PART 2: Low level DR and SR internal component routing without assigning it to an Edge Cluster for the Tier-1 Gateways

From Iwan
Jump to: navigation, search

In Part 1 we will create a T1 gateway without assigning it to an Edge Cluster... (where this Part 2 talks about create a T1 gateway with assigning it to an Edge Cluster)

This article will talk about creating a T1 gateway with assigning it to an Edge Cluster and will be the part 2 to the part 1 published earlier.

This article will answer the following questions:

1) Where are what DR and SR components created when you only create a T1 gateway with assigning it to an Edge Cluster?
1a) What happens when you create a segment and connect that to the T1 gateway?
1b) What happens when you connect a VM to that segment?
2) Where are what DR and SR components created when you only create a T1 gateway?
2a) What happens when you create a segment and connect that to the T1 gateway?
2b) What happens when you connect a VM to that segment?

Introduction

Tip

Also read: Part 1

This wiki article was written by Iwan Hoogendoorn

The outputs and tests were done by Iwan Hoogendoorn and Sergei Ischenko

So what will PART 2 teach you?

PART 2 will also show you the behavior of the DR and SR creation, the routing/forwarding tables, interfaces on the Edge Transport Nodes, and the Host transport Nodes. But the difference with PART 1 is that we will create a T1 Gateway and assign it to an (internal) NSX-T Edge Transport cluster, wherein PART 1 we did not do this.

What are we trying to prove?

We are explaining and proving that when you assign an internal Edge VM (purposed for T1 Gateways) to an NSX-T Edge Transport cluster all the routing traffic will be hair pinned towards the active Edge VM even when you don't have stateful services configured on it.

We will be looking at Logical Routers, Forwarding tables, Interfaces and Routing tables (only in T0 SR component) and we will be looking at the behavior of the Internal Edges, the External Edges and the Hosts. We will retrieve this information after each of the above steps so we have a clear picture of what is happening when.

Important

Just give you a bit at the top of the iceberg : - ) ... The (internal) routing (and the traffic flow) between the internal DR and SR instances is different for SOUTH to NORTH traffic and for NORTH to SOUTH traffic. So NSX-T routes the traffic asymmetrically internally and this is by design of the way how NSX-T works

Important

When you "assign" an Edge Transport Node to an Edge Cluster, "SR" components will be created and traffic will be hair pinned to the "active" Edge Transport Node (so stateful network services can be enabled now)

If you want to find out why? You will have to read this full and pretty long article.

Note

I have "hidden" the outputs so if you want to see them you need to "expand" them

Takeaways

The below is just for your reference and the completeness of this post, but to prevent bring you with all the details the main takeaways that we had are summarised below:

Rules:

  • 1) NSX-T Routing/forwarding order: DR-T1 <-> SR-T1 <-> DR-T0 <-> SR-T0
    • With components existing in NSX-T always follow the order
    • Here is an example when some components do not exist in NSX-T (because not created by intent) then the order is:
      • DR-T1 <-> DR-T0 <-> SR-T0
  • 2) Do local forwarding first on a given host
    • Do forwarding locally first between the existing components on a given host and then send the packet via GENEVE to the next host.
    • When doing local forwarding always follow rule 1.
      • Example 1
        • DR-T1, SR-T1, DR-T0, SR-T0 exist in NSX-T
        • DR-T1, DR-T0 exist on local Compute Node host
        • Packet from a VM attached to DR-T1 arrives at it and destined to outside of NSX-T domain
        • Forwarding on the local host is done on DR-T1 locally and then packet goes to SR-T1 via GENEVE because SR-T1 does not exist on local Compute host
      • Example 2
        • DR-T1, DR-T0, SR-T0 exist in NSX-T
        • DR-T1, DR-T0 exist on local Compute Node host
        • Packet from a VM attached to DR-T1 arrives at the DR-T1 and destined to outside of NSX-T domain
        • Forwarding on the local host is done on DR-T1 locally and then packet goes to DR-T0 and routed locally, and then packet goes to SR-T0 via GENEVE because SR-T0 does not exist on local Compute host
  • 3) SR components exist only on Edge Node hosts
    • SR-T1 is always Active/Standby
    • SR-T0 can be chosen to be configured in Active/Active or Active/Standby

Adding a T1 Gateway with stateful network services

In the diagram below you will find our base setup. We have:

  • One physical router
  • Two external edge VM's (to configure T0 Gateways on)
  • Two internal edge VM's (to configure T1 Gateways on)
  • Two ESXi hosts with NSX-T installed on it to act as a Host Transport Node
    • One host will host a web VM
    • The other will host an app VM

Network-Diagram-TEST2-WITH-T1-SERVICES-STEP-1.png

nsxapp-01a> get transport-nodes status

TransportNode-ID                        Remote-Address          Controller                              SSL-Enabled Connection-State  Supported-Versions
7bf992c3-c993-4d25-8477-b4f8f8b6fc45    192.168.120.151:25746   2a7a36e4-e274-4548-9ed9-5d80163533e6    true        OPENED            [2.4, 2.3]
ae4f676b-6ecf-443e-9a5f-f252ca61956b    192.168.130.151:51600   2a7a36e4-e274-4548-9ed9-5d80163533e6    true        OPENED            [2.4, 2.3]
f10349f1-04bb-46eb-81d9-a38774c4a25a    192.168.110.42:42272    2a7a36e4-e274-4548-9ed9-5d80163533e6    true        OPENED            [2.4, 2.3]
929edc58-49e2-4bc8-a1d6-c7fcdfdd40ff    192.168.110.91:50444    2a7a36e4-e274-4548-9ed9-5d80163533e6    true        OPENED            [2.4, 2.3]
a681d40c-8646-4276-9c71-f7e688291fa4    192.168.130.152:42788   2a7a36e4-e274-4548-9ed9-5d80163533e6    true        OPENED            [2.4, 2.3]
8829ed75-0bce-419b-aa83-4c1cbad59f54    192.168.110.41:42568    2a7a36e4-e274-4548-9ed9-5d80163533e6    true        OPENED            [2.4, 2.3]
8091fa87-4cdb-4068-b9f4-bbcac75b9e7b    192.168.110.92:53238    2a7a36e4-e274-4548-9ed9-5d80163533e6    true        OPENED            [2.4, 2.3]
cba60c4b-6b91-418b-a87b-e30b5cc182f8    192.168.120.152:32692   2a7a36e4-e274-4548-9ed9-5d80163533e6    true        OPENED            [2.4, 2.3]

Initial Starting Point outputs

External Edges

EXT–EDGE–VM–1

Logical Routers

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get logical-router) ==> :

edgenode-01a> get logical-router
Logical Router
UUID                                   VRF    LR-ID  Name                              Type                        Ports
736a80e3-23f6-5a2d-81d6-bbefb2786666   0      0                                        TUNNEL                      3
f468f807-15b2-4b8f-a56f-47f7901b1ebb   1      2      SR-T0-GW                          SERVICE_ROUTER_TIER0        6
Forwarding Table

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get forwarding) ==> :

edgenode-01a> vrf 1
edgenode-01a(tier0_sr)> get forwarding
Logical Router
UUID                                   VRF    LR-ID  Name                              Type
f468f807-15b2-4b8f-a56f-47f7901b1ebb   1      2      SR-T0-GW                          SERVICE_ROUTER_TIER0
IPv4 Forwarding Table
IP Prefix          Gateway IP      Type     UUID                                   Gateway MAC
127.0.0.1/32                       route    1844fe04-4079-43be-9c18-3a3885347ba3
169.254.0.128/25                   route    d1850f0f-786a-43b7-89b1-fa4d15433718
169.254.0.130/32                   route    fa19a00a-b4f6-577e-9eb0-7cdb83d85f7a
192.168.0.0/24     192.168.240.1   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6   00:50:56:01:20:a5
192.168.100.0/24   192.168.240.1   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6   00:50:56:01:20:a5
192.168.110.0/24   192.168.240.1   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6   00:50:56:01:20:a5
192.168.120.0/24   192.168.240.1   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6   00:50:56:01:20:a5
192.168.130.0/24   192.168.240.1   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6   00:50:56:01:20:a5
192.168.140.0/24   192.168.240.1   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6   00:50:56:01:20:a5
192.168.150.0/24   192.168.240.1   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6   00:50:56:01:20:a5
192.168.210.0/24   192.168.240.1   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6   00:50:56:01:20:a5
192.168.220.0/24   192.168.240.1   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6   00:50:56:01:20:a5
192.168.230.0/24   192.168.240.1   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6   00:50:56:01:20:a5
192.168.240.0/24                   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6
192.168.240.3/32                   route    fa19a00a-b4f6-577e-9eb0-7cdb83d85f7a
192.168.250.0/24   169.254.0.131   route    d1850f0f-786a-43b7-89b1-fa4d15433718   02:50:56:56:52:01
IPv6 Forwarding Table
IP Prefix                                     Gateway IP                                Type        UUID                                   Gateway MAC
::1/128                                                                                 route       1844fe04-4079-43be-9c18-3a3885347ba3
Interfaces

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get interfaces) ==> :

edgenode-01a(tier0_sr)> get interfaces
Logical Router
UUID                                   VRF    LR-ID  Name                              Type
f468f807-15b2-4b8f-a56f-47f7901b1ebb   1      2      SR-T0-GW                          SERVICE_ROUTER_TIER0
Interfaces
    Interface     : d1850f0f-786a-43b7-89b1-fa4d15433718
    Ifuid         : 270
    Name          : sr0-internal-routing-port
    Internal name : inter-sr-270
    Mode          : lif
    IP/Mask       : 169.254.0.130/25;fe80::50:56ff:fe56:5200/64
    MAC           : 02:50:56:56:52:00
    VNI           : 71693
    LS port       : c111a79e-709e-4008-b366-f0000baddda1
    Urpf-mode     : PORT_CHECK
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : fa19a00a-b4f6-577e-9eb0-7cdb83d85f7a
    Ifuid         : 267
    Mode          : cpu

    Interface     : c5c64a69-f798-53ac-9fd5-31c64558a9bf
    Ifuid         : 268
    Mode          : blackhole

    Interface     : c0a418d5-2bce-4ec1-ad28-21be7af50dd6
    Ifuid         : 272
    Name          : Uplink-1
    Internal name : uplink-272
    Mode          : lif
    IP/Mask       : 192.168.240.3/24
    MAC           : 00:50:56:94:b6:b6
    LS port       : b552acab-beeb-434c-9e1b-9efe974a1951
    Urpf-mode     : STRICT_MODE
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 377f31fd-b7b5-4e29-9b36-22bcd835d6e5
    Ifuid         : 275
    Name          : bp-sr0-port
    Mode          : lif
    IP/Mask       : 169.254.0.2/25;fe80::50:56ff:fe56:5300/64
    MAC           : 02:50:56:56:53:00
    LS port       : 00000000-0000-0000-0000-000000000000
    Urpf-mode     : NONE
    Admin         : down
    Op_state      : up
    MTU           : 1500

    Interface     : 1844fe04-4079-43be-9c18-3a3885347ba3
    Ifuid         : 274
    Mode          : loopback
    IP/Mask       : 127.0.0.1/8;::1/128
Routing table 〈only on T0–SR〉

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get route) ==> :

edgenode-01a(tier0_sr)> get route

Flags: t0c - Tier0-Connected, t0s - Tier0-Static, B - BGP,
t0n - Tier0-NAT, t1s - Tier1-Static, t1c - Tier1-Connected,
t1n: Tier1-NAT, t1l: Tier1-LB VIP, t1ls: Tier1-LB SNAT,
t1d: Tier1-DNS FORWARDER, > - selected route, * - FIB route

Total number of routes: 14

b  > * 192.168.0.0/24 [20/66] via 192.168.240.1, uplink-272, 1d00h18m
b  > * 192.168.110.0/24 [20/66] via 192.168.240.1, uplink-272, 1d00h18m
b  > * 192.168.150.0/24 [20/66] via 192.168.240.1, uplink-272, 1d00h18m
b  > * 192.168.210.0/24 [20/66] via 192.168.240.1, uplink-272, 1d00h18m
t0c> * 169.254.0.128/25 is directly connected, inter-sr-270, 10:00:47
b  > * 192.168.230.0/24 [20/66] via 192.168.240.1, uplink-272, 1d00h18m
b  > * 192.168.250.0/24 [200/0] via 169.254.0.131, inter-sr-270, 10:00:44
t0c> * 192.168.240.0/24 is directly connected, uplink-272, 1d00h20m
b  > * 192.168.140.0/24 [20/66] via 192.168.240.1, uplink-272, 1d00h18m
b  > * 192.168.130.0/24 [20/66] via 192.168.240.1, uplink-272, 1d00h18m
b  > * 192.168.100.0/24 [20/66] via 192.168.240.1, uplink-272, 1d00h18m
b  > * 192.168.220.0/24 [20/66] via 192.168.240.1, uplink-272, 1d00h18m
b  > * 192.168.120.0/24 [20/66] via 192.168.240.1, uplink-272, 1d00h18m
t0c> * fe80::/64 is directly connected, inter-sr-270, 10:00:47
edgenode-01a(tier0_sr)>

EXT–EDGE–VM–2

Logical Routers

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get logical-router) ==> :

edgenode-02a> get logical-router
Logical Router
UUID                                   VRF    LR-ID  Name                              Type                        Ports
736a80e3-23f6-5a2d-81d6-bbefb2786666   0      0                                        TUNNEL                      3
3f2cf751-d850-40b9-9acd-a7152cded27f   1      3      SR-T0-GW                          SERVICE_ROUTER_TIER0        6
Forwarding Table

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get forwarding) ==> :

edgenode-02a> vrf 1
edgenode-02a(tier0_sr)> get forwarding
Logical Router
UUID                                   VRF    LR-ID  Name                              Type
3f2cf751-d850-40b9-9acd-a7152cded27f   1      3      SR-T0-GW                          SERVICE_ROUTER_TIER0
IPv4 Forwarding Table
IP Prefix          Gateway IP      Type     UUID                                   Gateway MAC
127.0.0.1/32                       route    1844fe04-4079-43be-9c18-3a3885347ba3
169.254.0.128/25                   route    cf4458a5-1c52-4d6d-bb44-173c3a3170eb
169.254.0.131/32                   route    ed024eb6-8ba4-52a5-87d4-9326b48e3f37
192.168.0.0/24     192.168.250.1   route    07e3c065-1c70-4087-920b-cf0b9174eb81   00:50:56:01:20:a4
192.168.100.0/24   192.168.250.1   route    07e3c065-1c70-4087-920b-cf0b9174eb81   00:50:56:01:20:a4
192.168.110.0/24   192.168.250.1   route    07e3c065-1c70-4087-920b-cf0b9174eb81   00:50:56:01:20:a4
192.168.120.0/24   192.168.250.1   route    07e3c065-1c70-4087-920b-cf0b9174eb81   00:50:56:01:20:a4
192.168.130.0/24   192.168.250.1   route    07e3c065-1c70-4087-920b-cf0b9174eb81   00:50:56:01:20:a4
192.168.140.0/24   192.168.250.1   route    07e3c065-1c70-4087-920b-cf0b9174eb81   00:50:56:01:20:a4
192.168.150.0/24   192.168.250.1   route    07e3c065-1c70-4087-920b-cf0b9174eb81   00:50:56:01:20:a4
192.168.210.0/24   192.168.250.1   route    07e3c065-1c70-4087-920b-cf0b9174eb81   00:50:56:01:20:a4
192.168.220.0/24   192.168.250.1   route    07e3c065-1c70-4087-920b-cf0b9174eb81   00:50:56:01:20:a4
192.168.230.0/24   192.168.250.1   route    07e3c065-1c70-4087-920b-cf0b9174eb81   00:50:56:01:20:a4
192.168.240.0/24   169.254.0.130   route    cf4458a5-1c52-4d6d-bb44-173c3a3170eb   02:50:56:56:52:00
192.168.250.0/24                   route    07e3c065-1c70-4087-920b-cf0b9174eb81
192.168.250.3/32                   route    ed024eb6-8ba4-52a5-87d4-9326b48e3f37
IPv6 Forwarding Table
IP Prefix                                     Gateway IP                                Type        UUID                                   Gateway MAC
::1/128                                                                                 route       1844fe04-4079-43be-9c18-3a3885347ba3
Interfaces

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get interfaces) ==> :

edgenode-02a(tier0_sr)> get interfaces
Logical Router
UUID                                   VRF    LR-ID  Name                              Type
3f2cf751-d850-40b9-9acd-a7152cded27f   1      3      SR-T0-GW                          SERVICE_ROUTER_TIER0
Interfaces
    Interface     : 4cf71d5a-1db7-5580-b4c1-95696b16f8fb
    Ifuid         : 268
    Mode          : blackhole

    Interface     : ed024eb6-8ba4-52a5-87d4-9326b48e3f37
    Ifuid         : 267
    Mode          : cpu

    Interface     : cf4458a5-1c52-4d6d-bb44-173c3a3170eb
    Ifuid         : 272
    Name          : sr1-internal-routing-port
    Internal name : inter-sr-272
    Mode          : lif
    IP/Mask       : 169.254.0.131/25;fe80::50:56ff:fe56:5201/64
    MAC           : 02:50:56:56:52:01
    VNI           : 71693
    LS port       : 632a58ef-47b2-402a-bbf4-b4a0e73cab46
    Urpf-mode     : PORT_CHECK
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 07e3c065-1c70-4087-920b-cf0b9174eb81
    Ifuid         : 270
    Name          : Uplink-2
    Internal name : uplink-270
    Mode          : lif
    IP/Mask       : 192.168.250.3/24
    MAC           : 00:50:56:94:ea:1a
    LS port       : c13b15ec-3992-42d8-b254-4de4c02a0880
    Urpf-mode     : STRICT_MODE
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : f4b94050-c09c-4363-9f0f-e50686fd0426
    Ifuid         : 274
    Name          : bp-sr1-port
    Mode          : lif
    IP/Mask       : 169.254.0.3/25;fe80::50:56ff:fe56:5301/64
    MAC           : 02:50:56:56:53:01
    LS port       : 00000000-0000-0000-0000-000000000000
    Urpf-mode     : NONE
    Admin         : down
    Op_state      : up
    MTU           : 1500

    Interface     : 1844fe04-4079-43be-9c18-3a3885347ba3
    Ifuid         : 275
    Mode          : loopback
    IP/Mask       : 127.0.0.1/8;::1/128
Routing table 〈only on T0–SR〉

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get route) ==> :

edgenode-02a(tier0_sr)> get route

Flags: t0c - Tier0-Connected, t0s - Tier0-Static, B - BGP,
t0n - Tier0-NAT, t1s - Tier1-Static, t1c - Tier1-Connected,
t1n: Tier1-NAT, t1l: Tier1-LB VIP, t1ls: Tier1-LB SNAT,
t1d: Tier1-DNS FORWARDER, > - selected route, * - FIB route

Total number of routes: 14

b  > * 192.168.0.0/24 [20/66] via 192.168.250.1, uplink-270, 1d00h20m
b  > * 192.168.110.0/24 [20/66] via 192.168.250.1, uplink-270, 1d00h20m
b  > * 192.168.150.0/24 [20/66] via 192.168.250.1, uplink-270, 1d00h20m
b  > * 192.168.210.0/24 [20/66] via 192.168.250.1, uplink-270, 1d00h20m
t0c> * 169.254.0.128/25 is directly connected, inter-sr-272, 10:02:51
b  > * 192.168.230.0/24 [20/66] via 192.168.250.1, uplink-270, 1d00h20m
t0c> * 192.168.250.0/24 is directly connected, uplink-270, 1d00h22m
b  > * 192.168.240.0/24 [200/0] via 169.254.0.130, inter-sr-272, 10:02:48
b  > * 192.168.140.0/24 [20/66] via 192.168.250.1, uplink-270, 1d00h20m
b  > * 192.168.130.0/24 [20/66] via 192.168.250.1, uplink-270, 1d00h20m
b  > * 192.168.100.0/24 [20/66] via 192.168.250.1, uplink-270, 1d00h20m
b  > * 192.168.220.0/24 [20/66] via 192.168.250.1, uplink-270, 1d00h20m
b  > * 192.168.120.0/24 [20/66] via 192.168.250.1, uplink-270, 1d00h20m
t0c> * fe80::/64 is directly connected, inter-sr-272, 10:02:52

Internal Edges

INT–EDGE–VM–1

Logical Routers

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get logical-router) ==> :

edgenodi-01a> get logical-router
Logical Router
UUID                                   VRF    LR-ID  Name                              Type                        Ports
736a80e3-23f6-5a2d-81d6-bbefb2786666   0      0                                        TUNNEL                      3
Forwarding Table

There are no DR or SR components exist so this output is not applicable.

Interfaces

There are no DR or SR components exist so this output is not applicable.

Routing table 〈only on T0–SR〉

There are no DR or SR components exist so this output is not applicable.

INT–EDGE–VM–2

Logical Routers

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get logical-router) ==> :

edgenodi-02a> get logical-router
Logical Router
UUID                                   VRF    LR-ID  Name                              Type                        Ports
736a80e3-23f6-5a2d-81d6-bbefb2786666   0      0                                        TUNNEL                      3
Forwarding Table

There are no DR or SR components exist so this output is not applicable.

Interfaces

There are no DR or SR components exist so this output is not applicable.

Routing table 〈only on T0–SR〉

There are no DR or SR components exist so this output is not applicable.

Host Transport Nodes

HOST–1

Logical Routers

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get logical-router) ==> :

esxcomp-01a.corp.local> get logical-router
                  Logical Routers Summary
----
                VDR UUID                 LIF num  Route num
Forwarding Table

There are no DR or SR components exist so this output is not applicable.

Interfaces

There are no DR or SR components exist so this output is not applicable.

Routing table 〈only on T0–SR〉

There are no DR or SR components exist so this output is not applicable.

HOST–2

Logical Routers

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get logical-router) ==> :

esxcomp-02a.corp.local> get logical-router
                  Logical Routers Summary
----
                VDR UUID                 LIF num  Route num
Forwarding Table

There are no DR or SR components exist so this output is not applicable.

Interfaces

There are no DR or SR components exist so this output is not applicable.

Routing table 〈only on T0–SR〉

There are no DR or SR components exist so this output is not applicable.

Adding a new T1 Gateway 2

So now we are adding a T1 Gateway 2 and we will look on how the above outputs will change and how the environment will behave. What is important to mention. is that in this Part 2 (unlike Part 1) we WILL ADD THIS T1 GATEWAY to any Edge Transport Node Cluster! At the end of this section, you will find a picture of the topology of what has been changed with an explanation.

Test-2-sr-dr-19072019-01.png

External Edges

EXT–EDGE–VM–1

Logical Routers

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get logical-router) ==> :

edgenode-01a> get logical-router
Logical Router
UUID                                   VRF    LR-ID  Name                              Type                        Ports
736a80e3-23f6-5a2d-81d6-bbefb2786666   0      0                                        TUNNEL                      3
f468f807-15b2-4b8f-a56f-47f7901b1ebb   1      2      SR-T0-GW                          SERVICE_ROUTER_TIER0        6
a98d7930-751c-4c25-af7e-dd8ad48b4ecd   9      1      DR-T0-GW                          DISTRIBUTED_ROUTER_TIER0    4
Forwarding Table

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get forwarding) ==> :

edgenode-01a> vrf 1
edgenode-01a(tier0_sr)> get forwarding
Logical Router
UUID                                   VRF    LR-ID  Name                              Type
f468f807-15b2-4b8f-a56f-47f7901b1ebb   1      2      SR-T0-GW                          SERVICE_ROUTER_TIER0
IPv4 Forwarding Table
IP Prefix          Gateway IP      Type     UUID                                   Gateway MAC
100.64.128.0/32                    route    6a312ef1-62bd-55c4-ac39-f181a2509333
100.64.128.0/31                    route    6abd0256-a21d-4df0-8fba-e5e79e48ad34
127.0.0.1/32                       route    1844fe04-4079-43be-9c18-3a3885347ba3
169.254.0.0/25                     route    377f31fd-b7b5-4e29-9b36-22bcd835d6e5
169.254.0.1/32                     route    6a312ef1-62bd-55c4-ac39-f181a2509333
169.254.0.2/32                     route    fa19a00a-b4f6-577e-9eb0-7cdb83d85f7a
169.254.0.128/25                   route    d1850f0f-786a-43b7-89b1-fa4d15433718
169.254.0.130/32                   route    fa19a00a-b4f6-577e-9eb0-7cdb83d85f7a
192.168.0.0/24     192.168.240.1   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6   00:50:56:01:20:a5
192.168.100.0/24   192.168.240.1   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6   00:50:56:01:20:a5
192.168.110.0/24   192.168.240.1   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6   00:50:56:01:20:a5
192.168.120.0/24   192.168.240.1   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6   00:50:56:01:20:a5
192.168.130.0/24   192.168.240.1   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6   00:50:56:01:20:a5
192.168.140.0/24   192.168.240.1   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6   00:50:56:01:20:a5
192.168.150.0/24   192.168.240.1   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6   00:50:56:01:20:a5
192.168.210.0/24   192.168.240.1   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6   00:50:56:01:20:a5
192.168.220.0/24   192.168.240.1   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6   00:50:56:01:20:a5
192.168.230.0/24   192.168.240.1   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6   00:50:56:01:20:a5
192.168.240.0/24                   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6
192.168.240.3/32                   route    fa19a00a-b4f6-577e-9eb0-7cdb83d85f7a
192.168.250.0/24   169.254.0.131   route    d1850f0f-786a-43b7-89b1-fa4d15433718   02:50:56:56:52:01
IPv6 Forwarding Table
IP Prefix                                     Gateway IP                                Type        UUID                                   Gateway MAC
::1/128                                                                                 route       1844fe04-4079-43be-9c18-3a3885347ba3
fc26:df97:c616:4800::/64                                                                route       6abd0256-a21d-4df0-8fba-e5e79e48ad34
fc26:df97:c616:4800::1/128                                                              route       6a312ef1-62bd-55c4-ac39-f181a2509333
fe80::/64                                                                               route       377f31fd-b7b5-4e29-9b36-22bcd835d6e5

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get forwarding) ==> :

edgenode-01a> vrf 9
edgenode-01a(vrf)> get forwarding
Logical Router
UUID                                   VRF    LR-ID  Name                              Type
a98d7930-751c-4c25-af7e-dd8ad48b4ecd   9      1      DR-T0-GW                          DISTRIBUTED_ROUTER_TIER0
IPv4 Forwarding Table
IP Prefix          Gateway IP      Type     UUID                                   Gateway MAC
100.64.128.0/32                    route    6a312ef1-62bd-55c4-ac39-f181a2509333
100.64.128.0/31                    route    6abd0256-a21d-4df0-8fba-e5e79e48ad34
127.0.0.1/32                       route    1844fe04-4079-43be-9c18-3a3885347ba3
169.254.0.0/25                     route    377f31fd-b7b5-4e29-9b36-22bcd835d6e5
169.254.0.1/32                     route    6a312ef1-62bd-55c4-ac39-f181a2509333
169.254.0.2/32                     route    fa19a00a-b4f6-577e-9eb0-7cdb83d85f7a
169.254.0.128/25                   route    d1850f0f-786a-43b7-89b1-fa4d15433718
169.254.0.130/32                   route    fa19a00a-b4f6-577e-9eb0-7cdb83d85f7a
192.168.0.0/24     192.168.240.1   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6   00:50:56:01:20:a5
192.168.100.0/24   192.168.240.1   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6   00:50:56:01:20:a5
192.168.110.0/24   192.168.240.1   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6   00:50:56:01:20:a5
192.168.120.0/24   192.168.240.1   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6   00:50:56:01:20:a5
192.168.130.0/24   192.168.240.1   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6   00:50:56:01:20:a5
192.168.140.0/24   192.168.240.1   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6   00:50:56:01:20:a5
192.168.150.0/24   192.168.240.1   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6   00:50:56:01:20:a5
192.168.210.0/24   192.168.240.1   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6   00:50:56:01:20:a5
192.168.220.0/24   192.168.240.1   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6   00:50:56:01:20:a5
192.168.230.0/24   192.168.240.1   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6   00:50:56:01:20:a5
192.168.240.0/24                   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6
192.168.240.3/32                   route    fa19a00a-b4f6-577e-9eb0-7cdb83d85f7a
192.168.250.0/24   169.254.0.131   route    d1850f0f-786a-43b7-89b1-fa4d15433718   02:50:56:56:52:01
IPv6 Forwarding Table
IP Prefix                                     Gateway IP                                Type        UUID                                   Gateway MAC
::1/128                                                                                 route       1844fe04-4079-43be-9c18-3a3885347ba3
fc26:df97:c616:4800::/64                                                                route       6abd0256-a21d-4df0-8fba-e5e79e48ad34
fc26:df97:c616:4800::1/128                                                              route       6a312ef1-62bd-55c4-ac39-f181a2509333
fe80::/64                                                                               route       377f31fd-b7b5-4e29-9b36-22bcd835d6e5
Interfaces

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get interfaces) ==> :

edgenode-01a> vrf 1
edgenode-01a(tier0_sr)> get interfaces
Logical Router
UUID                                   VRF    LR-ID  Name                              Type
a98d7930-751c-4c25-af7e-dd8ad48b4ecd   9      1      DR-T0-GW                          DISTRIBUTED_ROUTER_TIER0
Interfaces
    Interface     : 6abd0256-a21d-4df0-8fba-e5e79e48ad34
    Ifuid         : 350
    Name          : T0-GW-T1-GW2-t0_lrp
    Internal name : downlink-350
    Mode          : lif
    IP/Mask       : 100.64.128.0/31;fc26:df97:c616:4800::1/64;fe80::50:56ff:fe56:4452/64
    MAC           : 02:50:56:56:44:52
    VNI           : 71682
    LS port       : b13233e7-5245-40c9-8501-322d2535eb43
    Urpf-mode     : PORT_CHECK
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : e78088b2-3cb6-4eca-8c67-3ca96461e899
    Ifuid         : 347
    Name          : bp-dr-port
    Mode          : lif
    IP/Mask       : 169.254.0.1/25;fe80::50:56ff:fe56:4452/64
    MAC           : 02:50:56:56:44:52
    VNI           : 71680
    LS port       : 7392e57a-457c-4eef-905a-38d72491e6ca
    Urpf-mode     : PORT_CHECK
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 4a1394e1-68ff-5ed0-b6de-1b4173f3d65a
    Ifuid         : 345
    Mode          : blackhole

    Interface     : 6a312ef1-62bd-55c4-ac39-f181a2509333
    Ifuid         : 344
    Mode          : cpu

Logical Router
UUID                                   VRF    LR-ID  Name                              Type
f468f807-15b2-4b8f-a56f-47f7901b1ebb   1      2      SR-T0-GW                          SERVICE_ROUTER_TIER0
Interfaces
    Interface     : d1850f0f-786a-43b7-89b1-fa4d15433718
    Ifuid         : 270
    Name          : sr0-internal-routing-port
    Internal name : inter-sr-270
    Mode          : lif
    IP/Mask       : 169.254.0.130/25;fe80::50:56ff:fe56:5200/64
    MAC           : 02:50:56:56:52:00
    VNI           : 71693
    LS port       : 62297744-6db1-4779-bca4-e176030ca612
    Urpf-mode     : PORT_CHECK
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : fa19a00a-b4f6-577e-9eb0-7cdb83d85f7a
    Ifuid         : 267
    Mode          : cpu

    Interface     : c5c64a69-f798-53ac-9fd5-31c64558a9bf
    Ifuid         : 268
    Mode          : blackhole

    Interface     : c0a418d5-2bce-4ec1-ad28-21be7af50dd6
    Ifuid         : 272
    Name          : Uplink-1
    Internal name : uplink-272
    Mode          : lif
    IP/Mask       : 192.168.240.3/24
    MAC           : 00:50:56:94:b6:b6
    LS port       : b552acab-beeb-434c-9e1b-9efe974a1951
    Urpf-mode     : STRICT_MODE
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 377f31fd-b7b5-4e29-9b36-22bcd835d6e5
    Ifuid         : 275
    Name          : bp-sr0-port
    Mode          : lif
    IP/Mask       : 169.254.0.2/25;fe80::50:56ff:fe56:5300/64
    MAC           : 02:50:56:56:53:00
    VNI           : 71680
    LS port       : 051d3b69-0df6-405d-a318-da6a0d9161f5
    Urpf-mode     : NONE
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 1844fe04-4079-43be-9c18-3a3885347ba3
    Ifuid         : 274
    Mode          : loopback
    IP/Mask       : 127.0.0.1/8;::1/128

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get interfaces) ==> :

edgenode-01a> vrf 9
edgenode-01a(vrf)> get interfaces
Logical Router
UUID                                   VRF    LR-ID  Name                              Type
a98d7930-751c-4c25-af7e-dd8ad48b4ecd   9      1      DR-T0-GW                          DISTRIBUTED_ROUTER_TIER0
Interfaces
    Interface     : 6abd0256-a21d-4df0-8fba-e5e79e48ad34
    Ifuid         : 350
    Name          : T0-GW-T1-GW2-t0_lrp
    Internal name : downlink-350
    Mode          : lif
    IP/Mask       : 100.64.128.0/31;fc26:df97:c616:4800::1/64;fe80::50:56ff:fe56:4452/64
    MAC           : 02:50:56:56:44:52
    VNI           : 71682
    LS port       : b13233e7-5245-40c9-8501-322d2535eb43
    Urpf-mode     : PORT_CHECK
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : e78088b2-3cb6-4eca-8c67-3ca96461e899
    Ifuid         : 347
    Name          : bp-dr-port
    Mode          : lif
    IP/Mask       : 169.254.0.1/25;fe80::50:56ff:fe56:4452/64
    MAC           : 02:50:56:56:44:52
    VNI           : 71680
    LS port       : 7392e57a-457c-4eef-905a-38d72491e6ca
    Urpf-mode     : PORT_CHECK
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 4a1394e1-68ff-5ed0-b6de-1b4173f3d65a
    Ifuid         : 345
    Mode          : blackhole

    Interface     : 6a312ef1-62bd-55c4-ac39-f181a2509333
    Ifuid         : 344
    Mode          : cpu

Logical Router
UUID                                   VRF    LR-ID  Name                              Type
f468f807-15b2-4b8f-a56f-47f7901b1ebb   1      2      SR-T0-GW                          SERVICE_ROUTER_TIER0
Interfaces
    Interface     : d1850f0f-786a-43b7-89b1-fa4d15433718
    Ifuid         : 270
    Name          : sr0-internal-routing-port
    Internal name : inter-sr-270
    Mode          : lif
    IP/Mask       : 169.254.0.130/25;fe80::50:56ff:fe56:5200/64
    MAC           : 02:50:56:56:52:00
    VNI           : 71693
    LS port       : 62297744-6db1-4779-bca4-e176030ca612
    Urpf-mode     : PORT_CHECK
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : fa19a00a-b4f6-577e-9eb0-7cdb83d85f7a
    Ifuid         : 267
    Mode          : cpu

    Interface     : c5c64a69-f798-53ac-9fd5-31c64558a9bf
    Ifuid         : 268
    Mode          : blackhole

    Interface     : c0a418d5-2bce-4ec1-ad28-21be7af50dd6
    Ifuid         : 272
    Name          : Uplink-1
    Internal name : uplink-272
    Mode          : lif
    IP/Mask       : 192.168.240.3/24
    MAC           : 00:50:56:94:b6:b6
    LS port       : b552acab-beeb-434c-9e1b-9efe974a1951
    Urpf-mode     : STRICT_MODE
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 377f31fd-b7b5-4e29-9b36-22bcd835d6e5
    Ifuid         : 275
    Name          : bp-sr0-port
    Mode          : lif
    IP/Mask       : 169.254.0.2/25;fe80::50:56ff:fe56:5300/64
    MAC           : 02:50:56:56:53:00
    VNI           : 71680
    LS port       : 051d3b69-0df6-405d-a318-da6a0d9161f5
    Urpf-mode     : NONE
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 1844fe04-4079-43be-9c18-3a3885347ba3
    Ifuid         : 274
    Mode          : loopback
    IP/Mask       : 127.0.0.1/8;::1/128
Routing table 〈only on T0–SR〉

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get route) ==> :

edgenode-01a> vrf 1
edgenode-01a(tier0_sr)> get route

Flags: t0c - Tier0-Connected, t0s - Tier0-Static, B - BGP,
t0n - Tier0-NAT, t1s - Tier1-Static, t1c - Tier1-Connected,
t1n: Tier1-NAT, t1l: Tier1-LB VIP, t1ls: Tier1-LB SNAT,
t1d: Tier1-DNS FORWARDER, > - selected route, * - FIB route

Total number of routes: 17

b  > * 192.168.0.0/24 [20/66] via 192.168.240.1, uplink-272, 1d00h32m
b  > * 192.168.110.0/24 [20/66] via 192.168.240.1, uplink-272, 1d00h32m
b  > * 192.168.150.0/24 [20/66] via 192.168.240.1, uplink-272, 1d00h32m
t0c> * 100.64.128.0/31 is directly connected, downlink-350, 00:04:02
b  > * 192.168.210.0/24 [20/66] via 192.168.240.1, uplink-272, 1d00h32m
t0c> * 169.254.0.128/25 is directly connected, inter-sr-270, 10:14:41
b  > * 192.168.230.0/24 [20/66] via 192.168.240.1, uplink-272, 1d00h32m
b  > * 192.168.250.0/24 [200/0] via 169.254.0.131, inter-sr-270, 10:14:38
t0c> * 192.168.240.0/24 is directly connected, uplink-272, 1d00h34m
b  > * 192.168.140.0/24 [20/66] via 192.168.240.1, uplink-272, 1d00h32m
b  > * 192.168.130.0/24 [20/66] via 192.168.240.1, uplink-272, 1d00h32m
b  > * 192.168.100.0/24 [20/66] via 192.168.240.1, uplink-272, 1d00h32m
b  > * 192.168.220.0/24 [20/66] via 192.168.240.1, uplink-272, 1d00h32m
b  > * 192.168.120.0/24 [20/66] via 192.168.240.1, uplink-272, 1d00h32m
t0c> * fc26:df97:c616:4800::/64 is directly connected, downlink-350, 00:04:03
t0c  * fe80::/64 is directly connected, downlink-350, 00:04:03
t0c> * fe80::/64 is directly connected, inter-sr-270, 10:14:42

EXT–EDGE–VM–2

Logical Routers

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get logical-router) ==> :

edgenode-02a> get logical-router

Logical Router
UUID                                   VRF    LR-ID  Name                              Type                        Ports
736a80e3-23f6-5a2d-81d6-bbefb2786666   0      0                                        TUNNEL                      3
3f2cf751-d850-40b9-9acd-a7152cded27f   1      3      SR-T0-GW                          SERVICE_ROUTER_TIER0        6
a98d7930-751c-4c25-af7e-dd8ad48b4ecd   9      1      DR-T0-GW                          DISTRIBUTED_ROUTER_TIER0    4
Forwarding Table

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get forwarding) ==> :

edgenode-02a> vrf 1
edgenode-02a(tier0_sr)> get forwarding
Logical Router
UUID                                   VRF    LR-ID  Name                              Type
3f2cf751-d850-40b9-9acd-a7152cded27f   1      3      SR-T0-GW                          SERVICE_ROUTER_TIER0
IPv4 Forwarding Table
IP Prefix          Gateway IP      Type     UUID                                   Gateway MAC
100.64.128.0/32                    route    6a312ef1-62bd-55c4-ac39-f181a2509333
100.64.128.0/31                    route    6abd0256-a21d-4df0-8fba-e5e79e48ad34
127.0.0.1/32                       route    1844fe04-4079-43be-9c18-3a3885347ba3
169.254.0.0/25                     route    f4b94050-c09c-4363-9f0f-e50686fd0426
169.254.0.1/32                     route    6a312ef1-62bd-55c4-ac39-f181a2509333
169.254.0.3/32                     route    ed024eb6-8ba4-52a5-87d4-9326b48e3f37
169.254.0.128/25                   route    cf4458a5-1c52-4d6d-bb44-173c3a3170eb
169.254.0.131/32                   route    ed024eb6-8ba4-52a5-87d4-9326b48e3f37
192.168.0.0/24     192.168.250.1   route    07e3c065-1c70-4087-920b-cf0b9174eb81   00:50:56:01:20:a4
192.168.100.0/24   192.168.250.1   route    07e3c065-1c70-4087-920b-cf0b9174eb81   00:50:56:01:20:a4
192.168.110.0/24   192.168.250.1   route    07e3c065-1c70-4087-920b-cf0b9174eb81   00:50:56:01:20:a4
192.168.120.0/24   192.168.250.1   route    07e3c065-1c70-4087-920b-cf0b9174eb81   00:50:56:01:20:a4
192.168.130.0/24   192.168.250.1   route    07e3c065-1c70-4087-920b-cf0b9174eb81   00:50:56:01:20:a4
192.168.140.0/24   192.168.250.1   route    07e3c065-1c70-4087-920b-cf0b9174eb81   00:50:56:01:20:a4
192.168.150.0/24   192.168.250.1   route    07e3c065-1c70-4087-920b-cf0b9174eb81   00:50:56:01:20:a4
192.168.210.0/24   192.168.250.1   route    07e3c065-1c70-4087-920b-cf0b9174eb81   00:50:56:01:20:a4
192.168.220.0/24   192.168.250.1   route    07e3c065-1c70-4087-920b-cf0b9174eb81   00:50:56:01:20:a4
192.168.230.0/24   192.168.250.1   route    07e3c065-1c70-4087-920b-cf0b9174eb81   00:50:56:01:20:a4
192.168.240.0/24   169.254.0.130   route    cf4458a5-1c52-4d6d-bb44-173c3a3170eb   02:50:56:56:52:00
192.168.250.0/24                   route    07e3c065-1c70-4087-920b-cf0b9174eb81
192.168.250.3/32                   route    ed024eb6-8ba4-52a5-87d4-9326b48e3f37
IPv6 Forwarding Table
IP Prefix                                     Gateway IP                                Type        UUID                                   Gateway MAC
::1/128                                                                                 route       1844fe04-4079-43be-9c18-3a3885347ba3
fc26:df97:c616:4800::/64                                                                route       6abd0256-a21d-4df0-8fba-e5e79e48ad34
fc26:df97:c616:4800::1/128                                                              route       6a312ef1-62bd-55c4-ac39-f181a2509333
fe80::/64                                                                               route       f4b94050-c09c-4363-9f0f-e50686fd0426

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get forwarding) ==> :

edgenode-02a> vrf 9
edgenode-02a(vrf)> get forwarding
Logical Router
UUID                                   VRF    LR-ID  Name                              Type
a98d7930-751c-4c25-af7e-dd8ad48b4ecd   9      1      DR-T0-GW                          DISTRIBUTED_ROUTER_TIER0
IPv4 Forwarding Table
IP Prefix          Gateway IP      Type     UUID                                   Gateway MAC
100.64.128.0/32                    route    6a312ef1-62bd-55c4-ac39-f181a2509333
100.64.128.0/31                    route    6abd0256-a21d-4df0-8fba-e5e79e48ad34
127.0.0.1/32                       route    1844fe04-4079-43be-9c18-3a3885347ba3
169.254.0.0/25                     route    f4b94050-c09c-4363-9f0f-e50686fd0426
169.254.0.1/32                     route    6a312ef1-62bd-55c4-ac39-f181a2509333
169.254.0.3/32                     route    ed024eb6-8ba4-52a5-87d4-9326b48e3f37
169.254.0.128/25                   route    cf4458a5-1c52-4d6d-bb44-173c3a3170eb
169.254.0.131/32                   route    ed024eb6-8ba4-52a5-87d4-9326b48e3f37
192.168.0.0/24     192.168.250.1   route    07e3c065-1c70-4087-920b-cf0b9174eb81   00:50:56:01:20:a4
192.168.100.0/24   192.168.250.1   route    07e3c065-1c70-4087-920b-cf0b9174eb81   00:50:56:01:20:a4
192.168.110.0/24   192.168.250.1   route    07e3c065-1c70-4087-920b-cf0b9174eb81   00:50:56:01:20:a4
192.168.120.0/24   192.168.250.1   route    07e3c065-1c70-4087-920b-cf0b9174eb81   00:50:56:01:20:a4
192.168.130.0/24   192.168.250.1   route    07e3c065-1c70-4087-920b-cf0b9174eb81   00:50:56:01:20:a4
192.168.140.0/24   192.168.250.1   route    07e3c065-1c70-4087-920b-cf0b9174eb81   00:50:56:01:20:a4
192.168.150.0/24   192.168.250.1   route    07e3c065-1c70-4087-920b-cf0b9174eb81   00:50:56:01:20:a4
192.168.210.0/24   192.168.250.1   route    07e3c065-1c70-4087-920b-cf0b9174eb81   00:50:56:01:20:a4
192.168.220.0/24   192.168.250.1   route    07e3c065-1c70-4087-920b-cf0b9174eb81   00:50:56:01:20:a4
192.168.230.0/24   192.168.250.1   route    07e3c065-1c70-4087-920b-cf0b9174eb81   00:50:56:01:20:a4
192.168.240.0/24   169.254.0.130   route    cf4458a5-1c52-4d6d-bb44-173c3a3170eb   02:50:56:56:52:00
192.168.250.0/24                   route    07e3c065-1c70-4087-920b-cf0b9174eb81
192.168.250.3/32                   route    ed024eb6-8ba4-52a5-87d4-9326b48e3f37
IPv6 Forwarding Table
IP Prefix                                     Gateway IP                                Type        UUID                                   Gateway MAC
::1/128                                                                                 route       1844fe04-4079-43be-9c18-3a3885347ba3
fc26:df97:c616:4800::/64                                                                route       6abd0256-a21d-4df0-8fba-e5e79e48ad34
fc26:df97:c616:4800::1/128                                                              route       6a312ef1-62bd-55c4-ac39-f181a2509333
fe80::/64                                                                               route       f4b94050-c09c-4363-9f0f-e50686fd0426
Interfaces

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get interfaces) ==> :

edgenode-02a(tier0_sr)> get interfaces
Logical Router
UUID                                   VRF    LR-ID  Name                              Type
a98d7930-751c-4c25-af7e-dd8ad48b4ecd   9      1      DR-T0-GW                          DISTRIBUTED_ROUTER_TIER0
Interfaces
    Interface     : e78088b2-3cb6-4eca-8c67-3ca96461e899
    Ifuid         : 349
    Name          : bp-dr-port
    Mode          : lif
    IP/Mask       : 169.254.0.1/25;fe80::50:56ff:fe56:4452/64
    MAC           : 02:50:56:56:44:52
    VNI           : 71680
    LS port       : 7392e57a-457c-4eef-905a-38d72491e6ca
    Urpf-mode     : PORT_CHECK
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 6abd0256-a21d-4df0-8fba-e5e79e48ad34
    Ifuid         : 350
    Name          : T0-GW-T1-GW2-t0_lrp
    Internal name : downlink-350
    Mode          : lif
    IP/Mask       : 100.64.128.0/31;fc26:df97:c616:4800::1/64;fe80::50:56ff:fe56:4452/64
    MAC           : 02:50:56:56:44:52
    VNI           : 71682
    LS port       : b13233e7-5245-40c9-8501-322d2535eb43
    Urpf-mode     : PORT_CHECK
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 4a1394e1-68ff-5ed0-b6de-1b4173f3d65a
    Ifuid         : 348
    Mode          : blackhole

    Interface     : 6a312ef1-62bd-55c4-ac39-f181a2509333
    Ifuid         : 347
    Mode          : cpu

Logical Router
UUID                                   VRF    LR-ID  Name                              Type
3f2cf751-d850-40b9-9acd-a7152cded27f   1      3      SR-T0-GW                          SERVICE_ROUTER_TIER0
Interfaces
    Interface     : 4cf71d5a-1db7-5580-b4c1-95696b16f8fb
    Ifuid         : 268
    Mode          : blackhole

    Interface     : ed024eb6-8ba4-52a5-87d4-9326b48e3f37
    Ifuid         : 267
    Mode          : cpu

    Interface     : cf4458a5-1c52-4d6d-bb44-173c3a3170eb
    Ifuid         : 272
    Name          : sr1-internal-routing-port
    Internal name : inter-sr-272
    Mode          : lif
    IP/Mask       : 169.254.0.131/25;fe80::50:56ff:fe56:5201/64
    MAC           : 02:50:56:56:52:01
    VNI           : 71693
    LS port       : 5315d91b-03a4-48d9-8b9d-e730e7089e16
    Urpf-mode     : PORT_CHECK
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 07e3c065-1c70-4087-920b-cf0b9174eb81
    Ifuid         : 270
    Name          : Uplink-2
    Internal name : uplink-270
    Mode          : lif
    IP/Mask       : 192.168.250.3/24
    MAC           : 00:50:56:94:ea:1a
    LS port       : c13b15ec-3992-42d8-b254-4de4c02a0880
    Urpf-mode     : STRICT_MODE
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : f4b94050-c09c-4363-9f0f-e50686fd0426
    Ifuid         : 274
    Name          : bp-sr1-port
    Mode          : lif
    IP/Mask       : 169.254.0.3/25;fe80::50:56ff:fe56:5301/64
    MAC           : 02:50:56:56:53:01
    VNI           : 71680
    LS port       : 1d3e668c-34f3-4e1f-8f06-1cbd4ecf858f
    Urpf-mode     : NONE
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 1844fe04-4079-43be-9c18-3a3885347ba3
    Ifuid         : 275
    Mode          : loopback
    IP/Mask       : 127.0.0.1/8;::1/128

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get interfaces) ==> :

edgenode-02a> vrf 9
edgenode-02a(vrf)> get interfaces
Logical Router
UUID                                   VRF    LR-ID  Name                              Type
a98d7930-751c-4c25-af7e-dd8ad48b4ecd   9      1      DR-T0-GW                          DISTRIBUTED_ROUTER_TIER0
Interfaces
    Interface     : e78088b2-3cb6-4eca-8c67-3ca96461e899
    Ifuid         : 349
    Name          : bp-dr-port
    Mode          : lif
    IP/Mask       : 169.254.0.1/25;fe80::50:56ff:fe56:4452/64
    MAC           : 02:50:56:56:44:52
    VNI           : 71680
    LS port       : 7392e57a-457c-4eef-905a-38d72491e6ca
    Urpf-mode     : PORT_CHECK
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 6abd0256-a21d-4df0-8fba-e5e79e48ad34
    Ifuid         : 350
    Name          : T0-GW-T1-GW2-t0_lrp
    Internal name : downlink-350
    Mode          : lif
    IP/Mask       : 100.64.128.0/31;fc26:df97:c616:4800::1/64;fe80::50:56ff:fe56:4452/64
    MAC           : 02:50:56:56:44:52
    VNI           : 71682
    LS port       : b13233e7-5245-40c9-8501-322d2535eb43
    Urpf-mode     : PORT_CHECK
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 4a1394e1-68ff-5ed0-b6de-1b4173f3d65a
    Ifuid         : 348
    Mode          : blackhole

    Interface     : 6a312ef1-62bd-55c4-ac39-f181a2509333
    Ifuid         : 347
    Mode          : cpu

Logical Router
UUID                                   VRF    LR-ID  Name                              Type
3f2cf751-d850-40b9-9acd-a7152cded27f   1      3      SR-T0-GW                          SERVICE_ROUTER_TIER0
Interfaces
    Interface     : 4cf71d5a-1db7-5580-b4c1-95696b16f8fb
    Ifuid         : 268
    Mode          : blackhole

    Interface     : ed024eb6-8ba4-52a5-87d4-9326b48e3f37
    Ifuid         : 267
    Mode          : cpu

    Interface     : cf4458a5-1c52-4d6d-bb44-173c3a3170eb
    Ifuid         : 272
    Name          : sr1-internal-routing-port
    Internal name : inter-sr-272
    Mode          : lif
    IP/Mask       : 169.254.0.131/25;fe80::50:56ff:fe56:5201/64
    MAC           : 02:50:56:56:52:01
    VNI           : 71693
    LS port       : 5315d91b-03a4-48d9-8b9d-e730e7089e16
    Urpf-mode     : PORT_CHECK
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 07e3c065-1c70-4087-920b-cf0b9174eb81
    Ifuid         : 270
    Name          : Uplink-2
    Internal name : uplink-270
    Mode          : lif
    IP/Mask       : 192.168.250.3/24
    MAC           : 00:50:56:94:ea:1a
    LS port       : c13b15ec-3992-42d8-b254-4de4c02a0880
    Urpf-mode     : STRICT_MODE
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : f4b94050-c09c-4363-9f0f-e50686fd0426
    Ifuid         : 274
    Name          : bp-sr1-port
    Mode          : lif
    IP/Mask       : 169.254.0.3/25;fe80::50:56ff:fe56:5301/64
    MAC           : 02:50:56:56:53:01
    VNI           : 71680
    LS port       : 1d3e668c-34f3-4e1f-8f06-1cbd4ecf858f
    Urpf-mode     : NONE
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 1844fe04-4079-43be-9c18-3a3885347ba3
    Ifuid         : 275
    Mode          : loopback
    IP/Mask       : 127.0.0.1/8;::1/128
Routing table 〈only on T0–SR〉

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get route) ==> :

edgenode-02a(tier0_sr)> get route

Flags: t0c - Tier0-Connected, t0s - Tier0-Static, B - BGP,
t0n - Tier0-NAT, t1s - Tier1-Static, t1c - Tier1-Connected,
t1n: Tier1-NAT, t1l: Tier1-LB VIP, t1ls: Tier1-LB SNAT,
t1d: Tier1-DNS FORWARDER, > - selected route, * - FIB route

Total number of routes: 17

b  > * 192.168.0.0/24 [20/66] via 192.168.250.1, uplink-270, 1d00h33m
b  > * 192.168.110.0/24 [20/66] via 192.168.250.1, uplink-270, 1d00h33m
b  > * 192.168.150.0/24 [20/66] via 192.168.250.1, uplink-270, 1d00h33m
t0c> * 100.64.128.0/31 is directly connected, downlink-350, 00:05:48
b  > * 192.168.210.0/24 [20/66] via 192.168.250.1, uplink-270, 1d00h33m
t0c> * 169.254.0.128/25 is directly connected, inter-sr-272, 10:16:25
b  > * 192.168.230.0/24 [20/66] via 192.168.250.1, uplink-270, 1d00h33m
t0c> * 192.168.250.0/24 is directly connected, uplink-270, 1d00h35m
b  > * 192.168.240.0/24 [200/0] via 169.254.0.130, inter-sr-272, 10:16:22
b  > * 192.168.140.0/24 [20/66] via 192.168.250.1, uplink-270, 1d00h33m
b  > * 192.168.130.0/24 [20/66] via 192.168.250.1, uplink-270, 1d00h33m
b  > * 192.168.100.0/24 [20/66] via 192.168.250.1, uplink-270, 1d00h33m
b  > * 192.168.220.0/24 [20/66] via 192.168.250.1, uplink-270, 1d00h33m
b  > * 192.168.120.0/24 [20/66] via 192.168.250.1, uplink-270, 1d00h33m
t0c> * fc26:df97:c616:4800::/64 is directly connected, downlink-350, 00:05:48
t0c  * fe80::/64 is directly connected, downlink-350, 00:05:48
t0c> * fe80::/64 is directly connected, inter-sr-272, 10:16:25

Internal Edges

INT–EDGE–VM–1

Logical Routers

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get logical-router) ==> :

edgenodi-01a> get logical-router
Logical Router
UUID                                   VRF    LR-ID  Name                              Type                        Ports
736a80e3-23f6-5a2d-81d6-bbefb2786666   0      0                                        TUNNEL                      3
9630e8ab-1a03-4106-b19e-1e2b6a461c30   7      12     SR-T1-GW2                         SERVICE_ROUTER_TIER1        5
a98d7930-751c-4c25-af7e-dd8ad48b4ecd   8      1      DR-T0-GW                          DISTRIBUTED_ROUTER_TIER0    4
Forwarding Table

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get forwarding) ==> :

edgenodi-01a> vrf 7
edgenodi-01a(tier1_sr)> get forwarding
Logical Router
UUID                                   VRF    LR-ID  Name                              Type
9630e8ab-1a03-4106-b19e-1e2b6a461c30   7      12     SR-T1-GW2                         SERVICE_ROUTER_TIER1
IPv4 Forwarding Table
IP Prefix          Gateway IP      Type     UUID                                   Gateway MAC
0.0.0.0/0          100.64.128.0    route    2de96772-edec-4318-994a-e0bad967179a
100.64.128.0/31                    route    2de96772-edec-4318-994a-e0bad967179a
100.64.128.1/32                    route    2c57e752-e699-5e33-a4e1-d02699a43f48
127.0.0.1/32                       route    2421ff60-a595-4c83-bbe9-af78fb7b8dbf
IPv6 Forwarding Table
IP Prefix                                     Gateway IP                                Type        UUID                                   Gateway MAC
::/0                                          fc26:df97:c616:4800::1                    route       2de96772-edec-4318-994a-e0bad967179a
::1/128                                                                                 route       2421ff60-a595-4c83-bbe9-af78fb7b8dbf
fc26:df97:c616:4800::/64                                                                route       2de96772-edec-4318-994a-e0bad967179a
fc26:df97:c616:4800::2/128                                                              route       2c57e752-e699-5e33-a4e1-d02699a43f48

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get forwarding) ==> :

edgenodi-01a> vrf 8
edgenodi-01a(vrf)> get forwarding
Logical Router
UUID                                   VRF    LR-ID  Name                              Type
a98d7930-751c-4c25-af7e-dd8ad48b4ecd   8      1      DR-T0-GW                          DISTRIBUTED_ROUTER_TIER0
IPv4 Forwarding Table
IP Prefix          Gateway IP      Type     UUID                                   Gateway MAC
0.0.0.0/0          169.254.0.2     route    e78088b2-3cb6-4eca-8c67-3ca96461e899
                   169.254.0.3              e78088b2-3cb6-4eca-8c67-3ca96461e899
100.64.128.0/32                    route    6a312ef1-62bd-55c4-ac39-f181a2509333
100.64.128.0/31                    route    6abd0256-a21d-4df0-8fba-e5e79e48ad34
169.254.0.0/25                     route    e78088b2-3cb6-4eca-8c67-3ca96461e899
169.254.0.1/32                     route    6a312ef1-62bd-55c4-ac39-f181a2509333
192.168.240.0/24   169.254.0.2     route    e78088b2-3cb6-4eca-8c67-3ca96461e899
192.168.240.3/32   169.254.0.2     route    e78088b2-3cb6-4eca-8c67-3ca96461e899
192.168.250.0/24   169.254.0.3     route    e78088b2-3cb6-4eca-8c67-3ca96461e899
192.168.250.3/32   169.254.0.3     route    e78088b2-3cb6-4eca-8c67-3ca96461e899
IPv6 Forwarding Table
IP Prefix                                     Gateway IP                                Type        UUID                                   Gateway MAC
::/0                                          fe80::50:56ff:fe56:5300                   route       e78088b2-3cb6-4eca-8c67-3ca96461e899
                                              fe80::50:56ff:fe56:5301                               e78088b2-3cb6-4eca-8c67-3ca96461e899
fc26:df97:c616:4800::/64                                                                route       6abd0256-a21d-4df0-8fba-e5e79e48ad34
fc26:df97:c616:4800::1/128                                                              route       6a312ef1-62bd-55c4-ac39-f181a2509333
Interfaces

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get interfaces) ==> :

edgenodi-01a(tier1_sr)> get interfaces
Logical Router
UUID                                   VRF    LR-ID  Name                              Type
9630e8ab-1a03-4106-b19e-1e2b6a461c30   7      12     SR-T1-GW2                         SERVICE_ROUTER_TIER1
Interfaces
    Interface     : 2de96772-edec-4318-994a-e0bad967179a
    Ifuid         : 320
    Name          : T0-GW-T1-GW2-t1_lrp
    Mode          : lif
    IP/Mask       : 100.64.128.1/31;fc26:df97:c616:4800::2/64;fe80::50:56ff:fe56:4455/64
    MAC           : 02:50:56:56:44:55
    VNI           : 71682
    LS port       : f15123b8-c350-42d3-bed2-dcda4c948cdf
    Urpf-mode     : NONE
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 4e40d786-9877-4a5b-b6f1-bcdecb82830c
    Ifuid         : 318
    Name          : bp-sr0-port
    Mode          : lif
    IP/Mask       : 169.254.0.2/28;fe80::50:56ff:fe56:5300/64
    MAC           : 02:50:56:56:53:00
    LS port       : 00000000-0000-0000-0000-000000000000
    Urpf-mode     : NONE
    Admin         : down
    Op_state      : up
    MTU           : 1500

    Interface     : 2421ff60-a595-4c83-bbe9-af78fb7b8dbf
    Ifuid         : 317
    Mode          : loopback
    IP/Mask       : 127.0.0.1/8;::1/128

    Interface     : c89fb4e2-09bc-5dfc-a748-1631d86dccdf
    Ifuid         : 316
    Mode          : blackhole

    Interface     : 2c57e752-e699-5e33-a4e1-d02699a43f48
    Ifuid         : 315
    Mode          : cpu

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get interfaces) ==> :

edgenodi-01a> vrf 8
edgenodi-01a(vrf)> get interfaces
Logical Router
UUID                                   VRF    LR-ID  Name                              Type
a98d7930-751c-4c25-af7e-dd8ad48b4ecd   8      1      DR-T0-GW                          DISTRIBUTED_ROUTER_TIER0
Interfaces
    Interface     : e78088b2-3cb6-4eca-8c67-3ca96461e899
    Ifuid         : 326
    Name          : bp-dr-port
    Mode          : lif
    IP/Mask       : 169.254.0.1/25;fe80::50:56ff:fe56:4452/64
    MAC           : 02:50:56:56:44:52
    VNI           : 71680
    LS port       : 7392e57a-457c-4eef-905a-38d72491e6ca
    Urpf-mode     : PORT_CHECK
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 6abd0256-a21d-4df0-8fba-e5e79e48ad34
    Ifuid         : 324
    Name          : T0-GW-T1-GW2-t0_lrp
    Mode          : lif
    IP/Mask       : 100.64.128.0/31;fc26:df97:c616:4800::1/64;fe80::50:56ff:fe56:4452/64
    MAC           : 02:50:56:56:44:52
    VNI           : 71682
    LS port       : b13233e7-5245-40c9-8501-322d2535eb43
    Urpf-mode     : PORT_CHECK
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 4a1394e1-68ff-5ed0-b6de-1b4173f3d65a
    Ifuid         : 322
    Mode          : blackhole

    Interface     : 6a312ef1-62bd-55c4-ac39-f181a2509333
    Ifuid         : 321
    Mode          : cpu
Routing table 〈only on T0–SR〉

The routing table only exists in a T0-SR component so this is not applicable here.

INT–EDGE–VM–2

Logical Routers

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get logical-router) ==> :

edgenodi-02a> get logical-router
Logical Router
UUID                                   VRF    LR-ID  Name                              Type                        Ports
736a80e3-23f6-5a2d-81d6-bbefb2786666   0      0                                        TUNNEL                      3
9630e8ab-1a03-4106-b19e-1e2b6a461c30   7      12     SR-T1-GW2                         SERVICE_ROUTER_TIER1        5
a98d7930-751c-4c25-af7e-dd8ad48b4ecd   8      1      DR-T0-GW                          DISTRIBUTED_ROUTER_TIER0    4
Forwarding Table

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get forwarding) ==> :

edgenodi-02a> vrf 7
edgenodi-02a(tier1_sr)> get forwarding
Logical Router
UUID                                   VRF    LR-ID  Name                              Type
9630e8ab-1a03-4106-b19e-1e2b6a461c30   7      12     SR-T1-GW2                         SERVICE_ROUTER_TIER1
IPv4 Forwarding Table
IP Prefix          Gateway IP      Type     UUID                                   Gateway MAC
0.0.0.0/0          100.64.128.0    route    2de96772-edec-4318-994a-e0bad967179a
100.64.128.0/31                    route    2de96772-edec-4318-994a-e0bad967179a
127.0.0.1/32                       route    2421ff60-a595-4c83-bbe9-af78fb7b8dbf
IPv6 Forwarding Table
IP Prefix                                     Gateway IP                                Type        UUID                                   Gateway MAC
::/0                                          fc26:df97:c616:4800::1                    route       2de96772-edec-4318-994a-e0bad967179a
::1/128                                                                                 route       2421ff60-a595-4c83-bbe9-af78fb7b8dbf
fc26:df97:c616:4800::/64                                                                route       2de96772-edec-4318-994a-e0bad967179a

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get forwarding) ==> :

edgenodi-02a> vrf 8
edgenodi-02a(vrf)> get forwarding
Logical Router
UUID                                   VRF    LR-ID  Name                              Type
a98d7930-751c-4c25-af7e-dd8ad48b4ecd   8      1      DR-T0-GW                          DISTRIBUTED_ROUTER_TIER0
IPv4 Forwarding Table
IP Prefix          Gateway IP      Type     UUID                                   Gateway MAC
0.0.0.0/0          169.254.0.2     route    e78088b2-3cb6-4eca-8c67-3ca96461e899
                   169.254.0.3              e78088b2-3cb6-4eca-8c67-3ca96461e899
100.64.128.0/32                    route    6a312ef1-62bd-55c4-ac39-f181a2509333
100.64.128.0/31                    route    6abd0256-a21d-4df0-8fba-e5e79e48ad34
169.254.0.0/25                     route    e78088b2-3cb6-4eca-8c67-3ca96461e899
169.254.0.1/32                     route    6a312ef1-62bd-55c4-ac39-f181a2509333
192.168.240.0/24   169.254.0.2     route    e78088b2-3cb6-4eca-8c67-3ca96461e899
192.168.240.3/32   169.254.0.2     route    e78088b2-3cb6-4eca-8c67-3ca96461e899
192.168.250.0/24   169.254.0.3     route    e78088b2-3cb6-4eca-8c67-3ca96461e899
192.168.250.3/32   169.254.0.3     route    e78088b2-3cb6-4eca-8c67-3ca96461e899
IPv6 Forwarding Table
IP Prefix                                     Gateway IP                                Type        UUID                                   Gateway MAC
::/0                                          fe80::50:56ff:fe56:5300                   route       e78088b2-3cb6-4eca-8c67-3ca96461e899
                                              fe80::50:56ff:fe56:5301                               e78088b2-3cb6-4eca-8c67-3ca96461e899
fc26:df97:c616:4800::/64                                                                route       6abd0256-a21d-4df0-8fba-e5e79e48ad34
fc26:df97:c616:4800::1/128                                                              route       6a312ef1-62bd-55c4-ac39-f181a2509333
Interfaces

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get interfaces) ==> :

edgenodi-02a> vrf 7
edgenodi-02a(tier1_sr)> get interfaces
Logical Router
UUID                                   VRF    LR-ID  Name                              Type
9630e8ab-1a03-4106-b19e-1e2b6a461c30   7      12     SR-T1-GW2                         SERVICE_ROUTER_TIER1
Interfaces
    Interface     : 2de96772-edec-4318-994a-e0bad967179a
    Ifuid         : 324
    Name          : T0-GW-T1-GW2-t1_lrp
    Mode          : lif
    IP/Mask       : 100.64.128.1/31;fc26:df97:c616:4800::2/64;fe80::50:56ff:fe56:4455/64
    MAC           : 02:50:56:56:44:55
    VNI           : 71682
    LS port       : f15123b8-c350-42d3-bed2-dcda4c948cdf
    Urpf-mode     : NONE
    Admin         : up
    Op_state      : down
    MTU           : 1500

    Interface     : 4e40d786-9877-4a5b-b6f1-bcdecb82830c
    Ifuid         : 322
    Name          : bp-sr0-port
    Mode          : lif
    IP/Mask       : 169.254.0.2/28;fe80::50:56ff:fe56:5300/64
    MAC           : 02:50:56:56:53:00
    LS port       : 00000000-0000-0000-0000-000000000000
    Urpf-mode     : NONE
    Admin         : down
    Op_state      : down
    MTU           : 1500

    Interface     : 2421ff60-a595-4c83-bbe9-af78fb7b8dbf
    Ifuid         : 321
    Mode          : loopback
    IP/Mask       : 127.0.0.1/8;::1/128

    Interface     : c89fb4e2-09bc-5dfc-a748-1631d86dccdf
    Ifuid         : 320
    Mode          : blackhole

    Interface     : 2c57e752-e699-5e33-a4e1-d02699a43f48
    Ifuid         : 319
    Mode          : cpu

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get interfaces) ==> :

edgenodi-02a> vrf 8
edgenodi-02a(vrf)> get interfaces
Logical Router
UUID                                   VRF    LR-ID  Name                              Type
a98d7930-751c-4c25-af7e-dd8ad48b4ecd   8      1      DR-T0-GW                          DISTRIBUTED_ROUTER_TIER0
Interfaces
    Interface     : e78088b2-3cb6-4eca-8c67-3ca96461e899
    Ifuid         : 330
    Name          : bp-dr-port
    Mode          : lif
    IP/Mask       : 169.254.0.1/25;fe80::50:56ff:fe56:4452/64
    MAC           : 02:50:56:56:44:52
    VNI           : 71680
    LS port       : 7392e57a-457c-4eef-905a-38d72491e6ca
    Urpf-mode     : PORT_CHECK
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 6abd0256-a21d-4df0-8fba-e5e79e48ad34
    Ifuid         : 328
    Name          : T0-GW-T1-GW2-t0_lrp
    Mode          : lif
    IP/Mask       : 100.64.128.0/31;fc26:df97:c616:4800::1/64;fe80::50:56ff:fe56:4452/64
    MAC           : 02:50:56:56:44:52
    VNI           : 71682
    LS port       : b13233e7-5245-40c9-8501-322d2535eb43
    Urpf-mode     : PORT_CHECK
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 4a1394e1-68ff-5ed0-b6de-1b4173f3d65a
    Ifuid         : 326
    Mode          : blackhole

    Interface     : 6a312ef1-62bd-55c4-ac39-f181a2509333
    Ifuid         : 325
    Mode          : cpu
Routing table 〈only on T0–SR〉

The routing table only exists in a T0-SR component so this is not applicable here.

Host Transport Nodes

HOST–1

Logical Routers

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get logical-router) ==> :

esxcomp-01a.corp.local> get logical-router
                  Logical Routers Summary
----
                VDR UUID                 LIF num  Route num
Forwarding Table

No DR or SR components exist so this output is not applicable.

Interfaces

No DR or SR components exist so this output is not applicable.

Routing table 〈only on T0–SR〉

The routing table only exists in a T0-SR component so this is not applicable here.

HOST–2

Logical Routers

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get logical-router) ==> :

esxcomp-02a.corp.local> get logical-router
                  Logical Routers Summary
----
                VDR UUID                 LIF num  Route num
Forwarding Table

No DR or SR components exist so this output is not applicable.

Interfaces

No DR or SR components exist so this output is not applicable.

Routing table 〈only on T0–SR〉

The routing table only exists in a T0-SR component so this is not applicable here.


Conclusion

After creating a T1 Gateway 2 and assigning it to a cluster but still connecting it to our T0 Gateway we can see from the outputs that something changed in the internal and external Edge VM's

A summary of the changes can be found below:

  1. An already created segment is connected to Tier 1 Gateway 2
  2. One T0-DR instance is initiated on each External Edge VM
  3. One T0-DR instance is initiated on each Internal Edge VM
  4. One T1-SR-GW2 instance is initiated on each Internal Edge VM
  5. No SR instances or DR instances are created on the NSX prepared Host

When we visualize this, this looks like the picture below:

Network-Diagram-TEST2-WITH-T1-SERVICES-STEP-2.png

And let's collect the outputs.

Connecting a segment 〈app〉 to that T1 Gateway 2

So now let's connect the segment "app" that we already created to the T1 Gateway 2 and see what happens.

Test-2-sr-dr-19072019-04.png

Test-2-sr-dr-19072019-03.png

External Edges

EXT–EDGE–VM–1

Logical Routers

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get logical-router) ==> :

edgenode-01a> get logical-router
Logical Router
UUID                                   VRF    LR-ID  Name                              Type                        Ports
736a80e3-23f6-5a2d-81d6-bbefb2786666   0      0                                        TUNNEL                      3
f468f807-15b2-4b8f-a56f-47f7901b1ebb   1      2      SR-T0-GW                          SERVICE_ROUTER_TIER0        6
a98d7930-751c-4c25-af7e-dd8ad48b4ecd   9      1      DR-T0-GW                          DISTRIBUTED_ROUTER_TIER0    4
Forwarding Table

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get forwarding) ==> :

edgenode-01a> vrf 1
edgenode-01a(tier0_sr)> get forwarding
Logical Router
UUID                                   VRF    LR-ID  Name                              Type
f468f807-15b2-4b8f-a56f-47f7901b1ebb   1      2      SR-T0-GW                          SERVICE_ROUTER_TIER0
IPv4 Forwarding Table
IP Prefix          Gateway IP      Type     UUID                                   Gateway MAC
100.64.128.0/32                    route    6a312ef1-62bd-55c4-ac39-f181a2509333
100.64.128.0/31                    route    6abd0256-a21d-4df0-8fba-e5e79e48ad34
127.0.0.1/32                       route    1844fe04-4079-43be-9c18-3a3885347ba3
169.254.0.0/25                     route    377f31fd-b7b5-4e29-9b36-22bcd835d6e5
169.254.0.1/32                     route    6a312ef1-62bd-55c4-ac39-f181a2509333
169.254.0.2/32                     route    fa19a00a-b4f6-577e-9eb0-7cdb83d85f7a
169.254.0.128/25                   route    d1850f0f-786a-43b7-89b1-fa4d15433718
169.254.0.130/32                   route    fa19a00a-b4f6-577e-9eb0-7cdb83d85f7a
172.16.20.0/24     100.64.128.1    route    6abd0256-a21d-4df0-8fba-e5e79e48ad34
192.168.0.0/24     192.168.240.1   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6   00:50:56:01:20:a5
192.168.100.0/24   192.168.240.1   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6   00:50:56:01:20:a5
192.168.110.0/24   192.168.240.1   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6   00:50:56:01:20:a5
192.168.120.0/24   192.168.240.1   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6   00:50:56:01:20:a5
192.168.130.0/24   192.168.240.1   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6   00:50:56:01:20:a5
192.168.140.0/24   192.168.240.1   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6   00:50:56:01:20:a5
192.168.150.0/24   192.168.240.1   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6   00:50:56:01:20:a5
192.168.210.0/24   192.168.240.1   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6   00:50:56:01:20:a5
192.168.220.0/24   192.168.240.1   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6   00:50:56:01:20:a5
192.168.230.0/24   192.168.240.1   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6   00:50:56:01:20:a5
192.168.240.0/24                   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6
192.168.240.3/32                   route    fa19a00a-b4f6-577e-9eb0-7cdb83d85f7a
192.168.250.0/24   169.254.0.131   route    d1850f0f-786a-43b7-89b1-fa4d15433718   02:50:56:56:52:01
IPv6 Forwarding Table
IP Prefix                                     Gateway IP                                Type        UUID                                   Gateway MAC
::1/128                                                                                 route       1844fe04-4079-43be-9c18-3a3885347ba3
fc26:df97:c616:4800::/64                                                                route       6abd0256-a21d-4df0-8fba-e5e79e48ad34
fc26:df97:c616:4800::1/128                                                              route       6a312ef1-62bd-55c4-ac39-f181a2509333
fe80::/64                                                                               route       377f31fd-b7b5-4e29-9b36-22bcd835d6e5

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get forwarding) ==> :

edgenode-01a> vrf 9
edgenode-01a(vrf)> get forwarding
Logical Router
UUID                                   VRF    LR-ID  Name                              Type
a98d7930-751c-4c25-af7e-dd8ad48b4ecd   9      1      DR-T0-GW                          DISTRIBUTED_ROUTER_TIER0
IPv4 Forwarding Table
IP Prefix          Gateway IP      Type     UUID                                   Gateway MAC
100.64.128.0/32                    route    6a312ef1-62bd-55c4-ac39-f181a2509333
100.64.128.0/31                    route    6abd0256-a21d-4df0-8fba-e5e79e48ad34
127.0.0.1/32                       route    1844fe04-4079-43be-9c18-3a3885347ba3
169.254.0.0/25                     route    377f31fd-b7b5-4e29-9b36-22bcd835d6e5
169.254.0.1/32                     route    6a312ef1-62bd-55c4-ac39-f181a2509333
169.254.0.2/32                     route    fa19a00a-b4f6-577e-9eb0-7cdb83d85f7a
169.254.0.128/25                   route    d1850f0f-786a-43b7-89b1-fa4d15433718
169.254.0.130/32                   route    fa19a00a-b4f6-577e-9eb0-7cdb83d85f7a
172.16.20.0/24     100.64.128.1    route    6abd0256-a21d-4df0-8fba-e5e79e48ad34
192.168.0.0/24     192.168.240.1   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6   00:50:56:01:20:a5
192.168.100.0/24   192.168.240.1   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6   00:50:56:01:20:a5
192.168.110.0/24   192.168.240.1   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6   00:50:56:01:20:a5
192.168.120.0/24   192.168.240.1   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6   00:50:56:01:20:a5
192.168.130.0/24   192.168.240.1   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6   00:50:56:01:20:a5
192.168.140.0/24   192.168.240.1   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6   00:50:56:01:20:a5
192.168.150.0/24   192.168.240.1   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6   00:50:56:01:20:a5
192.168.210.0/24   192.168.240.1   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6   00:50:56:01:20:a5
192.168.220.0/24   192.168.240.1   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6   00:50:56:01:20:a5
192.168.230.0/24   192.168.240.1   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6   00:50:56:01:20:a5
192.168.240.0/24                   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6
192.168.240.3/32                   route    fa19a00a-b4f6-577e-9eb0-7cdb83d85f7a
192.168.250.0/24   169.254.0.131   route    d1850f0f-786a-43b7-89b1-fa4d15433718   02:50:56:56:52:01
IPv6 Forwarding Table
IP Prefix                                     Gateway IP                                Type        UUID                                   Gateway MAC
::1/128                                                                                 route       1844fe04-4079-43be-9c18-3a3885347ba3
fc26:df97:c616:4800::/64                                                                route       6abd0256-a21d-4df0-8fba-e5e79e48ad34
fc26:df97:c616:4800::1/128                                                              route       6a312ef1-62bd-55c4-ac39-f181a2509333
fe80::/64                                                                               route       377f31fd-b7b5-4e29-9b36-22bcd835d6e5
Interfaces

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get interfaces) ==> :

edgenode-01a> vrf 1
edgenode-01a(tier0_sr)> get interfaces
Logical Router
UUID                                   VRF    LR-ID  Name                              Type
a98d7930-751c-4c25-af7e-dd8ad48b4ecd   9      1      DR-T0-GW                          DISTRIBUTED_ROUTER_TIER0
Interfaces
    Interface     : 6abd0256-a21d-4df0-8fba-e5e79e48ad34
    Ifuid         : 350
    Name          : T0-GW-T1-GW2-t0_lrp
    Internal name : downlink-350
    Mode          : lif
    IP/Mask       : 100.64.128.0/31;fc26:df97:c616:4800::1/64;fe80::50:56ff:fe56:4452/64
    MAC           : 02:50:56:56:44:52
    VNI           : 71682
    LS port       : b13233e7-5245-40c9-8501-322d2535eb43
    Urpf-mode     : PORT_CHECK
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : e78088b2-3cb6-4eca-8c67-3ca96461e899
    Ifuid         : 347
    Name          : bp-dr-port
    Mode          : lif
    IP/Mask       : 169.254.0.1/25;fe80::50:56ff:fe56:4452/64
    MAC           : 02:50:56:56:44:52
    VNI           : 71680
    LS port       : 7392e57a-457c-4eef-905a-38d72491e6ca
    Urpf-mode     : PORT_CHECK
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 4a1394e1-68ff-5ed0-b6de-1b4173f3d65a
    Ifuid         : 345
    Mode          : blackhole

    Interface     : 6a312ef1-62bd-55c4-ac39-f181a2509333
    Ifuid         : 344
    Mode          : cpu

Logical Router
UUID                                   VRF    LR-ID  Name                              Type
f468f807-15b2-4b8f-a56f-47f7901b1ebb   1      2      SR-T0-GW                          SERVICE_ROUTER_TIER0
Interfaces
    Interface     : d1850f0f-786a-43b7-89b1-fa4d15433718
    Ifuid         : 270
    Name          : sr0-internal-routing-port
    Internal name : inter-sr-270
    Mode          : lif
    IP/Mask       : 169.254.0.130/25;fe80::50:56ff:fe56:5200/64
    MAC           : 02:50:56:56:52:00
    VNI           : 71693
    LS port       : 62297744-6db1-4779-bca4-e176030ca612
    Urpf-mode     : PORT_CHECK
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : fa19a00a-b4f6-577e-9eb0-7cdb83d85f7a
    Ifuid         : 267
    Mode          : cpu

    Interface     : c5c64a69-f798-53ac-9fd5-31c64558a9bf
    Ifuid         : 268
    Mode          : blackhole

    Interface     : c0a418d5-2bce-4ec1-ad28-21be7af50dd6
    Ifuid         : 272
    Name          : Uplink-1
    Internal name : uplink-272
    Mode          : lif
    IP/Mask       : 192.168.240.3/24
    MAC           : 00:50:56:94:b6:b6
    LS port       : b552acab-beeb-434c-9e1b-9efe974a1951
    Urpf-mode     : STRICT_MODE
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 377f31fd-b7b5-4e29-9b36-22bcd835d6e5
    Ifuid         : 275
    Name          : bp-sr0-port
    Mode          : lif
    IP/Mask       : 169.254.0.2/25;fe80::50:56ff:fe56:5300/64
    MAC           : 02:50:56:56:53:00
    VNI           : 71680
    LS port       : 051d3b69-0df6-405d-a318-da6a0d9161f5
    Urpf-mode     : NONE
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 1844fe04-4079-43be-9c18-3a3885347ba3
    Ifuid         : 274
    Mode          : loopback
    IP/Mask       : 127.0.0.1/8;::1/128

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get interfaces) ==> :

edgenode-01a> vrf 9
edgenode-01a(vrf)> get interfaces
Logical Router
UUID                                   VRF    LR-ID  Name                              Type
a98d7930-751c-4c25-af7e-dd8ad48b4ecd   9      1      DR-T0-GW                          DISTRIBUTED_ROUTER_TIER0
Interfaces
    Interface     : 6abd0256-a21d-4df0-8fba-e5e79e48ad34
    Ifuid         : 350
    Name          : T0-GW-T1-GW2-t0_lrp
    Internal name : downlink-350
    Mode          : lif
    IP/Mask       : 100.64.128.0/31;fc26:df97:c616:4800::1/64;fe80::50:56ff:fe56:4452/64
    MAC           : 02:50:56:56:44:52
    VNI           : 71682
    LS port       : b13233e7-5245-40c9-8501-322d2535eb43
    Urpf-mode     : PORT_CHECK
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : e78088b2-3cb6-4eca-8c67-3ca96461e899
    Ifuid         : 347
    Name          : bp-dr-port
    Mode          : lif
    IP/Mask       : 169.254.0.1/25;fe80::50:56ff:fe56:4452/64
    MAC           : 02:50:56:56:44:52
    VNI           : 71680
    LS port       : 7392e57a-457c-4eef-905a-38d72491e6ca
    Urpf-mode     : PORT_CHECK
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 4a1394e1-68ff-5ed0-b6de-1b4173f3d65a
    Ifuid         : 345
    Mode          : blackhole

    Interface     : 6a312ef1-62bd-55c4-ac39-f181a2509333
    Ifuid         : 344
    Mode          : cpu

Logical Router
UUID                                   VRF    LR-ID  Name                              Type
f468f807-15b2-4b8f-a56f-47f7901b1ebb   1      2      SR-T0-GW                          SERVICE_ROUTER_TIER0
Interfaces
    Interface     : d1850f0f-786a-43b7-89b1-fa4d15433718
    Ifuid         : 270
    Name          : sr0-internal-routing-port
    Internal name : inter-sr-270
    Mode          : lif
    IP/Mask       : 169.254.0.130/25;fe80::50:56ff:fe56:5200/64
    MAC           : 02:50:56:56:52:00
    VNI           : 71693
    LS port       : 62297744-6db1-4779-bca4-e176030ca612
    Urpf-mode     : PORT_CHECK
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : fa19a00a-b4f6-577e-9eb0-7cdb83d85f7a
    Ifuid         : 267
    Mode          : cpu

    Interface     : c5c64a69-f798-53ac-9fd5-31c64558a9bf
    Ifuid         : 268
    Mode          : blackhole

    Interface     : c0a418d5-2bce-4ec1-ad28-21be7af50dd6
    Ifuid         : 272
    Name          : Uplink-1
    Internal name : uplink-272
    Mode          : lif
    IP/Mask       : 192.168.240.3/24
    MAC           : 00:50:56:94:b6:b6
    LS port       : b552acab-beeb-434c-9e1b-9efe974a1951
    Urpf-mode     : STRICT_MODE
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 377f31fd-b7b5-4e29-9b36-22bcd835d6e5
    Ifuid         : 275
    Name          : bp-sr0-port
    Mode          : lif
    IP/Mask       : 169.254.0.2/25;fe80::50:56ff:fe56:5300/64
    MAC           : 02:50:56:56:53:00
    VNI           : 71680
    LS port       : 051d3b69-0df6-405d-a318-da6a0d9161f5
    Urpf-mode     : NONE
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 1844fe04-4079-43be-9c18-3a3885347ba3
    Ifuid         : 274
    Mode          : loopback
    IP/Mask       : 127.0.0.1/8;::1/128
Routing table 〈only on T0–SR〉

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get route) ==> :

edgenode-01a(tier0_sr)> get route

Flags: t0c - Tier0-Connected, t0s - Tier0-Static, B - BGP,
t0n - Tier0-NAT, t1s - Tier1-Static, t1c - Tier1-Connected,
t1n: Tier1-NAT, t1l: Tier1-LB VIP, t1ls: Tier1-LB SNAT,
t1d: Tier1-DNS FORWARDER, > - selected route, * - FIB route

Total number of routes: 18

b  > * 192.168.110.0/24 [20/66] via 192.168.240.1, uplink-272, 1d00h47m
t1c> * 172.16.20.0/24 [3/0] via 100.64.128.1, downlink-350, 00:01:10
b  > * 192.168.150.0/24 [20/66] via 192.168.240.1, uplink-272, 1d00h47m
b  > * 192.168.0.0/24 [20/66] via 192.168.240.1, uplink-272, 1d00h47m
t0c> * 100.64.128.0/31 is directly connected, downlink-350, 00:18:54
b  > * 192.168.210.0/24 [20/66] via 192.168.240.1, uplink-272, 1d00h47m
t0c> * 169.254.0.128/25 is directly connected, inter-sr-270, 10:29:33
b  > * 192.168.230.0/24 [20/66] via 192.168.240.1, uplink-272, 1d00h47m
b  > * 192.168.250.0/24 [200/0] via 169.254.0.131, inter-sr-270, 10:29:30
t0c> * 192.168.240.0/24 is directly connected, uplink-272, 1d00h49m
b  > * 192.168.140.0/24 [20/66] via 192.168.240.1, uplink-272, 1d00h47m
b  > * 192.168.130.0/24 [20/66] via 192.168.240.1, uplink-272, 1d00h47m
b  > * 192.168.100.0/24 [20/66] via 192.168.240.1, uplink-272, 1d00h47m
b  > * 192.168.220.0/24 [20/66] via 192.168.240.1, uplink-272, 1d00h47m
b  > * 192.168.120.0/24 [20/66] via 192.168.240.1, uplink-272, 1d00h47m
t0c> * fc26:df97:c616:4800::/64 is directly connected, downlink-350, 00:18:54
t0c  * fe80::/64 is directly connected, downlink-350, 00:18:54
t0c> * fe80::/64 is directly connected, inter-sr-270, 10:29:33

EXT–EDGE–VM–2

Logical Routers

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get logical-router) ==> :

edgenode-02a> get logical-router
Logical Router
UUID                                   VRF    LR-ID  Name                              Type                        Ports
736a80e3-23f6-5a2d-81d6-bbefb2786666   0      0                                        TUNNEL                      3
3f2cf751-d850-40b9-9acd-a7152cded27f   1      3      SR-T0-GW                          SERVICE_ROUTER_TIER0        6
a98d7930-751c-4c25-af7e-dd8ad48b4ecd   9      1      DR-T0-GW                          DISTRIBUTED_ROUTER_TIER0    4
Forwarding Table

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get forwarding) ==> :

edgenode-02a> vrf 1
edgenode-02a(tier0_sr)> get forwarding
Logical Router
UUID                                   VRF    LR-ID  Name                              Type
3f2cf751-d850-40b9-9acd-a7152cded27f   1      3      SR-T0-GW                          SERVICE_ROUTER_TIER0
IPv4 Forwarding Table
IP Prefix          Gateway IP      Type     UUID                                   Gateway MAC
100.64.128.0/32                    route    6a312ef1-62bd-55c4-ac39-f181a2509333
100.64.128.0/31                    route    6abd0256-a21d-4df0-8fba-e5e79e48ad34
127.0.0.1/32                       route    1844fe04-4079-43be-9c18-3a3885347ba3
169.254.0.0/25                     route    f4b94050-c09c-4363-9f0f-e50686fd0426
169.254.0.1/32                     route    6a312ef1-62bd-55c4-ac39-f181a2509333
169.254.0.3/32                     route    ed024eb6-8ba4-52a5-87d4-9326b48e3f37
169.254.0.128/25                   route    cf4458a5-1c52-4d6d-bb44-173c3a3170eb
169.254.0.131/32                   route    ed024eb6-8ba4-52a5-87d4-9326b48e3f37
172.16.20.0/24     100.64.128.1    route    6abd0256-a21d-4df0-8fba-e5e79e48ad34
192.168.0.0/24     192.168.250.1   route    07e3c065-1c70-4087-920b-cf0b9174eb81   00:50:56:01:20:a4
192.168.100.0/24   192.168.250.1   route    07e3c065-1c70-4087-920b-cf0b9174eb81   00:50:56:01:20:a4
192.168.110.0/24   192.168.250.1   route    07e3c065-1c70-4087-920b-cf0b9174eb81   00:50:56:01:20:a4
192.168.120.0/24   192.168.250.1   route    07e3c065-1c70-4087-920b-cf0b9174eb81   00:50:56:01:20:a4
192.168.130.0/24   192.168.250.1   route    07e3c065-1c70-4087-920b-cf0b9174eb81   00:50:56:01:20:a4
192.168.140.0/24   192.168.250.1   route    07e3c065-1c70-4087-920b-cf0b9174eb81   00:50:56:01:20:a4
192.168.150.0/24   192.168.250.1   route    07e3c065-1c70-4087-920b-cf0b9174eb81   00:50:56:01:20:a4
192.168.210.0/24   192.168.250.1   route    07e3c065-1c70-4087-920b-cf0b9174eb81   00:50:56:01:20:a4
192.168.220.0/24   192.168.250.1   route    07e3c065-1c70-4087-920b-cf0b9174eb81   00:50:56:01:20:a4
192.168.230.0/24   192.168.250.1   route    07e3c065-1c70-4087-920b-cf0b9174eb81   00:50:56:01:20:a4
192.168.240.0/24   169.254.0.130   route    cf4458a5-1c52-4d6d-bb44-173c3a3170eb   02:50:56:56:52:00
192.168.250.0/24                   route    07e3c065-1c70-4087-920b-cf0b9174eb81
192.168.250.3/32                   route    ed024eb6-8ba4-52a5-87d4-9326b48e3f37
IPv6 Forwarding Table
IP Prefix                                     Gateway IP                                Type        UUID                                   Gateway MAC
::1/128                                                                                 route       1844fe04-4079-43be-9c18-3a3885347ba3
fc26:df97:c616:4800::/64                                                                route       6abd0256-a21d-4df0-8fba-e5e79e48ad34
fc26:df97:c616:4800::1/128                                                              route       6a312ef1-62bd-55c4-ac39-f181a2509333
fe80::/64                                                                               route       f4b94050-c09c-4363-9f0f-e50686fd0426

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get forwarding) ==> :

edgenode-02a> vrf 9
edgenode-02a(vrf)> get forwarding
Logical Router
UUID                                   VRF    LR-ID  Name                              Type
a98d7930-751c-4c25-af7e-dd8ad48b4ecd   9      1      DR-T0-GW                          DISTRIBUTED_ROUTER_TIER0
IPv4 Forwarding Table
IP Prefix          Gateway IP      Type     UUID                                   Gateway MAC
100.64.128.0/32                    route    6a312ef1-62bd-55c4-ac39-f181a2509333
100.64.128.0/31                    route    6abd0256-a21d-4df0-8fba-e5e79e48ad34
127.0.0.1/32                       route    1844fe04-4079-43be-9c18-3a3885347ba3
169.254.0.0/25                     route    f4b94050-c09c-4363-9f0f-e50686fd0426
169.254.0.1/32                     route    6a312ef1-62bd-55c4-ac39-f181a2509333
169.254.0.3/32                     route    ed024eb6-8ba4-52a5-87d4-9326b48e3f37
169.254.0.128/25                   route    cf4458a5-1c52-4d6d-bb44-173c3a3170eb
169.254.0.131/32                   route    ed024eb6-8ba4-52a5-87d4-9326b48e3f37
172.16.20.0/24     100.64.128.1    route    6abd0256-a21d-4df0-8fba-e5e79e48ad34
192.168.0.0/24     192.168.250.1   route    07e3c065-1c70-4087-920b-cf0b9174eb81   00:50:56:01:20:a4
192.168.100.0/24   192.168.250.1   route    07e3c065-1c70-4087-920b-cf0b9174eb81   00:50:56:01:20:a4
192.168.110.0/24   192.168.250.1   route    07e3c065-1c70-4087-920b-cf0b9174eb81   00:50:56:01:20:a4
192.168.120.0/24   192.168.250.1   route    07e3c065-1c70-4087-920b-cf0b9174eb81   00:50:56:01:20:a4
192.168.130.0/24   192.168.250.1   route    07e3c065-1c70-4087-920b-cf0b9174eb81   00:50:56:01:20:a4
192.168.140.0/24   192.168.250.1   route    07e3c065-1c70-4087-920b-cf0b9174eb81   00:50:56:01:20:a4
192.168.150.0/24   192.168.250.1   route    07e3c065-1c70-4087-920b-cf0b9174eb81   00:50:56:01:20:a4
192.168.210.0/24   192.168.250.1   route    07e3c065-1c70-4087-920b-cf0b9174eb81   00:50:56:01:20:a4
192.168.220.0/24   192.168.250.1   route    07e3c065-1c70-4087-920b-cf0b9174eb81   00:50:56:01:20:a4
192.168.230.0/24   192.168.250.1   route    07e3c065-1c70-4087-920b-cf0b9174eb81   00:50:56:01:20:a4
192.168.240.0/24   169.254.0.130   route    cf4458a5-1c52-4d6d-bb44-173c3a3170eb   02:50:56:56:52:00
192.168.250.0/24                   route    07e3c065-1c70-4087-920b-cf0b9174eb81
192.168.250.3/32                   route    ed024eb6-8ba4-52a5-87d4-9326b48e3f37
IPv6 Forwarding Table
IP Prefix                                     Gateway IP                                Type        UUID                                   Gateway MAC
::1/128                                                                                 route       1844fe04-4079-43be-9c18-3a3885347ba3
fc26:df97:c616:4800::/64                                                                route       6abd0256-a21d-4df0-8fba-e5e79e48ad34
fc26:df97:c616:4800::1/128                                                              route       6a312ef1-62bd-55c4-ac39-f181a2509333
fe80::/64                                                                               route       f4b94050-c09c-4363-9f0f-e50686fd0426
Interfaces

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get interfaces) ==> :

edgenode-02a> vrf 1
edgenode-02a(tier0_sr)> get interfaces
Logical Router
UUID                                   VRF    LR-ID  Name                              Type
a98d7930-751c-4c25-af7e-dd8ad48b4ecd   9      1      DR-T0-GW                          DISTRIBUTED_ROUTER_TIER0
Interfaces
    Interface     : e78088b2-3cb6-4eca-8c67-3ca96461e899
    Ifuid         : 349
    Name          : bp-dr-port
    Mode          : lif
    IP/Mask       : 169.254.0.1/25;fe80::50:56ff:fe56:4452/64
    MAC           : 02:50:56:56:44:52
    VNI           : 71680
    LS port       : 7392e57a-457c-4eef-905a-38d72491e6ca
    Urpf-mode     : PORT_CHECK
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 6abd0256-a21d-4df0-8fba-e5e79e48ad34
    Ifuid         : 350
    Name          : T0-GW-T1-GW2-t0_lrp
    Internal name : downlink-350
    Mode          : lif
    IP/Mask       : 100.64.128.0/31;fc26:df97:c616:4800::1/64;fe80::50:56ff:fe56:4452/64
    MAC           : 02:50:56:56:44:52
    VNI           : 71682
    LS port       : b13233e7-5245-40c9-8501-322d2535eb43
    Urpf-mode     : PORT_CHECK
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 4a1394e1-68ff-5ed0-b6de-1b4173f3d65a
    Ifuid         : 348
    Mode          : blackhole

    Interface     : 6a312ef1-62bd-55c4-ac39-f181a2509333
    Ifuid         : 347
    Mode          : cpu

Logical Router
UUID                                   VRF    LR-ID  Name                              Type
3f2cf751-d850-40b9-9acd-a7152cded27f   1      3      SR-T0-GW                          SERVICE_ROUTER_TIER0
Interfaces
    Interface     : 4cf71d5a-1db7-5580-b4c1-95696b16f8fb
    Ifuid         : 268
    Mode          : blackhole

    Interface     : ed024eb6-8ba4-52a5-87d4-9326b48e3f37
    Ifuid         : 267
    Mode          : cpu

    Interface     : cf4458a5-1c52-4d6d-bb44-173c3a3170eb
    Ifuid         : 272
    Name          : sr1-internal-routing-port
    Internal name : inter-sr-272
    Mode          : lif
    IP/Mask       : 169.254.0.131/25;fe80::50:56ff:fe56:5201/64
    MAC           : 02:50:56:56:52:01
    VNI           : 71693
    LS port       : 5315d91b-03a4-48d9-8b9d-e730e7089e16
    Urpf-mode     : PORT_CHECK
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 07e3c065-1c70-4087-920b-cf0b9174eb81
    Ifuid         : 270
    Name          : Uplink-2
    Internal name : uplink-270
    Mode          : lif
    IP/Mask       : 192.168.250.3/24
    MAC           : 00:50:56:94:ea:1a
    LS port       : c13b15ec-3992-42d8-b254-4de4c02a0880
    Urpf-mode     : STRICT_MODE
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : f4b94050-c09c-4363-9f0f-e50686fd0426
    Ifuid         : 274
    Name          : bp-sr1-port
    Mode          : lif
    IP/Mask       : 169.254.0.3/25;fe80::50:56ff:fe56:5301/64
    MAC           : 02:50:56:56:53:01
    VNI           : 71680
    LS port       : 1d3e668c-34f3-4e1f-8f06-1cbd4ecf858f
    Urpf-mode     : NONE
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 1844fe04-4079-43be-9c18-3a3885347ba3
    Ifuid         : 275
    Mode          : loopback
    IP/Mask       : 127.0.0.1/8;::1/128

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get interfaces) ==> :

edgenode-02a> vrf 9
edgenode-02a(vrf)> get interfaces
Logical Router
UUID                                   VRF    LR-ID  Name                              Type
a98d7930-751c-4c25-af7e-dd8ad48b4ecd   9      1      DR-T0-GW                          DISTRIBUTED_ROUTER_TIER0
Interfaces
    Interface     : e78088b2-3cb6-4eca-8c67-3ca96461e899
    Ifuid         : 349
    Name          : bp-dr-port
    Mode          : lif
    IP/Mask       : 169.254.0.1/25;fe80::50:56ff:fe56:4452/64
    MAC           : 02:50:56:56:44:52
    VNI           : 71680
    LS port       : 7392e57a-457c-4eef-905a-38d72491e6ca
    Urpf-mode     : PORT_CHECK
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 6abd0256-a21d-4df0-8fba-e5e79e48ad34
    Ifuid         : 350
    Name          : T0-GW-T1-GW2-t0_lrp
    Internal name : downlink-350
    Mode          : lif
    IP/Mask       : 100.64.128.0/31;fc26:df97:c616:4800::1/64;fe80::50:56ff:fe56:4452/64
    MAC           : 02:50:56:56:44:52
    VNI           : 71682
    LS port       : b13233e7-5245-40c9-8501-322d2535eb43
    Urpf-mode     : PORT_CHECK
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 4a1394e1-68ff-5ed0-b6de-1b4173f3d65a
    Ifuid         : 348
    Mode          : blackhole

    Interface     : 6a312ef1-62bd-55c4-ac39-f181a2509333
    Ifuid         : 347
    Mode          : cpu

Logical Router
UUID                                   VRF    LR-ID  Name                              Type
3f2cf751-d850-40b9-9acd-a7152cded27f   1      3      SR-T0-GW                          SERVICE_ROUTER_TIER0
Interfaces
    Interface     : 4cf71d5a-1db7-5580-b4c1-95696b16f8fb
    Ifuid         : 268
    Mode          : blackhole

    Interface     : ed024eb6-8ba4-52a5-87d4-9326b48e3f37
    Ifuid         : 267
    Mode          : cpu

    Interface     : cf4458a5-1c52-4d6d-bb44-173c3a3170eb
    Ifuid         : 272
    Name          : sr1-internal-routing-port
    Internal name : inter-sr-272
    Mode          : lif
    IP/Mask       : 169.254.0.131/25;fe80::50:56ff:fe56:5201/64
    MAC           : 02:50:56:56:52:01
    VNI           : 71693
    LS port       : 5315d91b-03a4-48d9-8b9d-e730e7089e16
    Urpf-mode     : PORT_CHECK
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 07e3c065-1c70-4087-920b-cf0b9174eb81
    Ifuid         : 270
    Name          : Uplink-2
    Internal name : uplink-270
    Mode          : lif
    IP/Mask       : 192.168.250.3/24
    MAC           : 00:50:56:94:ea:1a
    LS port       : c13b15ec-3992-42d8-b254-4de4c02a0880
    Urpf-mode     : STRICT_MODE
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : f4b94050-c09c-4363-9f0f-e50686fd0426
    Ifuid         : 274
    Name          : bp-sr1-port
    Mode          : lif
    IP/Mask       : 169.254.0.3/25;fe80::50:56ff:fe56:5301/64
    MAC           : 02:50:56:56:53:01
    VNI           : 71680
    LS port       : 1d3e668c-34f3-4e1f-8f06-1cbd4ecf858f
    Urpf-mode     : NONE
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 1844fe04-4079-43be-9c18-3a3885347ba3
    Ifuid         : 275
    Mode          : loopback
    IP/Mask       : 127.0.0.1/8;::1/128
Routing table 〈only on T0–SR〉

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get route) ==> :

edgenode-02a(tier0_sr)> get route

Flags: t0c - Tier0-Connected, t0s - Tier0-Static, B - BGP,
t0n - Tier0-NAT, t1s - Tier1-Static, t1c - Tier1-Connected,
t1n: Tier1-NAT, t1l: Tier1-LB VIP, t1ls: Tier1-LB SNAT,
t1d: Tier1-DNS FORWARDER, > - selected route, * - FIB route

Total number of routes: 18

b  > * 192.168.110.0/24 [20/66] via 192.168.250.1, uplink-270, 1d00h48m
t1c> * 172.16.20.0/24 [3/0] via 100.64.128.1, downlink-350, 00:02:41
b  > * 192.168.150.0/24 [20/66] via 192.168.250.1, uplink-270, 1d00h48m
b  > * 192.168.0.0/24 [20/66] via 192.168.250.1, uplink-270, 1d00h48m
t0c> * 100.64.128.0/31 is directly connected, downlink-350, 00:20:28
b  > * 192.168.210.0/24 [20/66] via 192.168.250.1, uplink-270, 1d00h48m
t0c> * 169.254.0.128/25 is directly connected, inter-sr-272, 10:31:05
b  > * 192.168.230.0/24 [20/66] via 192.168.250.1, uplink-270, 1d00h48m
t0c> * 192.168.250.0/24 is directly connected, uplink-270, 1d00h50m
b  > * 192.168.240.0/24 [200/0] via 169.254.0.130, inter-sr-272, 10:31:02
b  > * 192.168.140.0/24 [20/66] via 192.168.250.1, uplink-270, 1d00h48m
b  > * 192.168.130.0/24 [20/66] via 192.168.250.1, uplink-270, 1d00h48m
b  > * 192.168.100.0/24 [20/66] via 192.168.250.1, uplink-270, 1d00h48m
b  > * 192.168.220.0/24 [20/66] via 192.168.250.1, uplink-270, 1d00h48m
b  > * 192.168.120.0/24 [20/66] via 192.168.250.1, uplink-270, 1d00h48m
t0c> * fc26:df97:c616:4800::/64 is directly connected, downlink-350, 00:20:28
t0c  * fe80::/64 is directly connected, downlink-350, 00:20:28
t0c> * fe80::/64 is directly connected, inter-sr-272, 10:31:05

Internal Edges

INT–EDGE–VM–1

Logical Routers

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get logical-router) ==> :

edgenodi-01a> get logical-router
Logical Router
UUID                                   VRF    LR-ID  Name                              Type                        Ports
736a80e3-23f6-5a2d-81d6-bbefb2786666   0      0                                        TUNNEL                      3
9630e8ab-1a03-4106-b19e-1e2b6a461c30   7      12     SR-T1-GW2                         SERVICE_ROUTER_TIER1        5
a98d7930-751c-4c25-af7e-dd8ad48b4ecd   8      1      DR-T0-GW                          DISTRIBUTED_ROUTER_TIER0    4
2128fa8b-ad8b-44c3-ab41-119034970d34   9      11     DR-T1-GW2                         DISTRIBUTED_ROUTER_TIER1    4
Forwarding Table

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get forwarding) ==> :

edgenodi-01a> vrf 7
edgenodi-01a(tier1_sr)> get forwarding
Logical Router
UUID                                   VRF    LR-ID  Name                              Type
9630e8ab-1a03-4106-b19e-1e2b6a461c30   7      12     SR-T1-GW2                         SERVICE_ROUTER_TIER1
IPv4 Forwarding Table
IP Prefix          Gateway IP      Type     UUID                                   Gateway MAC
0.0.0.0/0          100.64.128.0    route    2de96772-edec-4318-994a-e0bad967179a
100.64.128.0/31                    route    2de96772-edec-4318-994a-e0bad967179a
100.64.128.1/32                    route    2c57e752-e699-5e33-a4e1-d02699a43f48
127.0.0.1/32                       route    2421ff60-a595-4c83-bbe9-af78fb7b8dbf
169.254.0.0/28                     route    4e40d786-9877-4a5b-b6f1-bcdecb82830c
169.254.0.1/32                     route    c71e086c-1165-5924-92c3-8b00c26d4be6
169.254.0.2/32                     route    2c57e752-e699-5e33-a4e1-d02699a43f48
172.16.20.0/24                     route    03afcddc-1eb3-4163-b09d-b2316f79a13d
172.16.20.1/32                     route    c71e086c-1165-5924-92c3-8b00c26d4be6
IPv6 Forwarding Table
IP Prefix                                     Gateway IP                                Type        UUID                                   Gateway MAC
::/0                                          fc26:df97:c616:4800::1                    route       2de96772-edec-4318-994a-e0bad967179a
::1/128                                                                                 route       2421ff60-a595-4c83-bbe9-af78fb7b8dbf
fc26:df97:c616:4800::/64                                                                route       2de96772-edec-4318-994a-e0bad967179a
fc26:df97:c616:4800::2/128                                                              route       2c57e752-e699-5e33-a4e1-d02699a43f48

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get forwarding) ==> :

edgenodi-01a> vrf 8
edgenodi-01a(vrf)> get forwarding
Logical Router
UUID                                   VRF    LR-ID  Name                              Type
a98d7930-751c-4c25-af7e-dd8ad48b4ecd   8      1      DR-T0-GW                          DISTRIBUTED_ROUTER_TIER0
IPv4 Forwarding Table
IP Prefix          Gateway IP      Type     UUID                                   Gateway MAC
0.0.0.0/0          169.254.0.2     route    e78088b2-3cb6-4eca-8c67-3ca96461e899
                   169.254.0.3              e78088b2-3cb6-4eca-8c67-3ca96461e899
100.64.128.0/32                    route    6a312ef1-62bd-55c4-ac39-f181a2509333
100.64.128.0/31                    route    6abd0256-a21d-4df0-8fba-e5e79e48ad34
169.254.0.0/25                     route    e78088b2-3cb6-4eca-8c67-3ca96461e899
169.254.0.1/32                     route    6a312ef1-62bd-55c4-ac39-f181a2509333
172.16.20.0/24     100.64.128.1    route    6abd0256-a21d-4df0-8fba-e5e79e48ad34
192.168.240.0/24   169.254.0.2     route    e78088b2-3cb6-4eca-8c67-3ca96461e899
192.168.240.3/32   169.254.0.2     route    e78088b2-3cb6-4eca-8c67-3ca96461e899
192.168.250.0/24   169.254.0.3     route    e78088b2-3cb6-4eca-8c67-3ca96461e899
192.168.250.3/32   169.254.0.3     route    e78088b2-3cb6-4eca-8c67-3ca96461e899
IPv6 Forwarding Table
IP Prefix                                     Gateway IP                                Type        UUID                                   Gateway MAC
::/0                                          fe80::50:56ff:fe56:5300                   route       e78088b2-3cb6-4eca-8c67-3ca96461e899
                                              fe80::50:56ff:fe56:5301                               e78088b2-3cb6-4eca-8c67-3ca96461e899
fc26:df97:c616:4800::/64                                                                route       6abd0256-a21d-4df0-8fba-e5e79e48ad34
fc26:df97:c616:4800::1/128                                                              route       6a312ef1-62bd-55c4-ac39-f181a2509333

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get forwarding) ==> :

edgenodi-01a> vrf 9
edgenodi-01a(vrf)> get forwarding
Logical Router
UUID                                   VRF    LR-ID  Name                              Type
2128fa8b-ad8b-44c3-ab41-119034970d34   9      11     DR-T1-GW2                         DISTRIBUTED_ROUTER_TIER1
IPv4 Forwarding Table
IP Prefix          Gateway IP      Type     UUID                                   Gateway MAC
0.0.0.0/0          100.64.128.0    route    2de96772-edec-4318-994a-e0bad967179a
100.64.128.0/31                    route    2de96772-edec-4318-994a-e0bad967179a
100.64.128.1/32                    route    2c57e752-e699-5e33-a4e1-d02699a43f48
127.0.0.1/32                       route    2421ff60-a595-4c83-bbe9-af78fb7b8dbf
169.254.0.0/28                     route    4e40d786-9877-4a5b-b6f1-bcdecb82830c
169.254.0.1/32                     route    c71e086c-1165-5924-92c3-8b00c26d4be6
169.254.0.2/32                     route    2c57e752-e699-5e33-a4e1-d02699a43f48
172.16.20.0/24                     route    03afcddc-1eb3-4163-b09d-b2316f79a13d
172.16.20.1/32                     route    c71e086c-1165-5924-92c3-8b00c26d4be6
IPv6 Forwarding Table
IP Prefix                                     Gateway IP                                Type        UUID                                   Gateway MAC
::/0                                          fc26:df97:c616:4800::1                    route       2de96772-edec-4318-994a-e0bad967179a
::1/128                                                                                 route       2421ff60-a595-4c83-bbe9-af78fb7b8dbf
fc26:df97:c616:4800::/64                                                                route       2de96772-edec-4318-994a-e0bad967179a
fc26:df97:c616:4800::2/128                                                              route       2c57e752-e699-5e33-a4e1-d02699a43f48
Interfaces

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get interfaces) ==> :

edgenodi-01a> vrf 7
edgenodi-01a(tier1_sr)> get interfaces
Logical Router
UUID                                   VRF    LR-ID  Name                              Type
2128fa8b-ad8b-44c3-ab41-119034970d34   9      11     DR-T1-GW2                         DISTRIBUTED_ROUTER_TIER1
Interfaces
    Interface     : 45b254da-c6f5-43b3-8ab1-d949578b2ec2
    Ifuid         : 332
    Name          : bp-dr-port
    Mode          : lif
    IP/Mask       : 169.254.0.1/28;fe80::50:56ff:fe56:4452/64
    MAC           : 02:50:56:56:44:52
    VNI           : 71683
    LS port       : 9301d5ef-8045-4187-8689-d11c4a725f0f
    Urpf-mode     : PORT_CHECK
    Admin         : up
    Op_state      : up
    MTU           : 1500

======Routing table 〈only on T0–SR〉======

<div class="toccolours mw-collapsible mw-collapsed">
'''CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get route) ==>''' :
<div class="mw-collapsible-content">
edgenode-01a(tier0_sr)> get route

Flags: t0c - Tier0-Connected, t0s - Tier0-Static, B - BGP,
t0n - Tier0-NAT, t1s - Tier1-Static, t1c - Tier1-Connected,
t1n: Tier1-NAT, t1l: Tier1-LB VIP, t1ls: Tier1-LB SNAT,
t1d: Tier1-DNS FORWARDER, > - selected route, * - FIB route

Total number of routes: 18

b  > * 192.168.110.0/24 [20/66] via 192.168.240.1, uplink-272, 1d00h57m
t1c> * 172.16.20.0/24 [3/0] via 100.64.128.1, downlink-350, 00:11:45
b  > * 192.168.150.0/24 [20/66] via 192.168.240.1, uplink-272, 1d00h57m
b  > * 192.168.0.0/24 [20/66] via 192.168.240.1, uplink-272, 1d00h57m
t0c> * 100.64.128.0/31 is directly connected, downlink-350, 00:29:29
b  > * 192.168.210.0/24 [20/66] via 192.168.240.1, uplink-272, 1d00h57m
t0c> * 169.254.0.128/25 is directly connected, inter-sr-270, 10:40:08
b  > * 192.168.230.0/24 [20/66] via 192.168.240.1, uplink-272, 1d00h57m
b  > * 192.168.250.0/24 [200/0] via 169.254.0.131, inter-sr-270, 10:40:05
t0c> * 192.168.240.0/24 is directly connected, uplink-272, 1d00h59m
b  > * 192.168.140.0/24 [20/66] via 192.168.240.1, uplink-272, 1d00h57m
b  > * 192.168.130.0/24 [20/66] via 192.168.240.1, uplink-272, 1d00h57m
b  > * 192.168.100.0/24 [20/66] via 192.168.240.1, uplink-272, 1d00h57m
b  > * 192.168.220.0/24 [20/66] via 192.168.240.1, uplink-272, 1d00h57m
b  > * 192.168.120.0/24 [20/66] via 192.168.240.1, uplink-272, 1d00h57m
t0c> * fc26:df97:c616:4800::/64 is directly connected, downlink-350, 00:29:30
t0c  * fe80::/64 is directly connected, downlink-350, 00:29:30
t0c> * fe80::/64 is directly connected, inter-sr-270, 10:40:09
</div>

</div>

====EXT–EDGE–VM–2==== =====Logical Routers=====

<div class="toccolours mw-collapsible mw-collapsed"> '''CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (logical-router) ==>''' :

<div class="mw-collapsible-content">
edgenode-02a> get logical-router
Logical Router
UUID                                   VRF    LR-ID  Name                              Type                        Ports
736a80e3-23f6-5a2d-81d6-bbefb2786666   0      0                                        TUNNEL                      3
3f2cf751-d850-40b9-9acd-a7152cded27f   1      3      SR-T0-GW                          SERVICE_ROUTER_TIER0        6
a98d7930-751c-4c25-af7e-dd8ad48b4ecd   9      1      DR-T0-GW                          DISTRIBUTED_ROUTER_TIER0    4
</div>

</div>

======Forwarding Table======

<div class="toccolours mw-collapsible mw-collapsed"> '''CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get forwarding) ==>''' :

<div class="mw-collapsible-content">
edgenode-02a> vrf 1
edgenode-02a(tier0_sr)> get forwarding
Logical Router
UUID                                   VRF    LR-ID  Name                              Type
3f2cf751-d850-40b9-9acd-a7152cded27f   1      3      SR-T0-GW                          SERVICE_ROUTER_TIER0
IPv4 Forwarding Table
IP Prefix          Gateway IP      Type     UUID                                   Gateway MAC
100.64.128.0/32                    route    6a312ef1-62bd-55c4-ac39-f181a2509333
100.64.128.0/31                    route    6abd0256-a21d-4df0-8fba-e5e79e48ad34
127.0.0.1/32                       route    1844fe04-4079-43be-9c18-3a3885347ba3
169.254.0.0/25                     route    f4b94050-c09c-4363-9f0f-e50686fd0426
169.254.0.1/32                     route    6a312ef1-62bd-55c4-ac39-f181a2509333
169.254.0.3/32                     route    ed024eb6-8ba4-52a5-87d4-9326b48e3f37
169.254.0.128/25                   route    cf4458a5-1c52-4d6d-bb44-173c3a3170eb
169.254.0.131/32                   route    ed024eb6-8ba4-52a5-87d4-9326b48e3f37
172.16.20.0/24     100.64.128.1    route    6abd0256-a21d-4df0-8fba-e5e79e48ad34
192.168.0.0/24     192.168.250.1   route    07e3c065-1c70-4087-920b-cf0b9174eb81   00:50:56:01:20:a4
192.168.100.0/24   192.168.250.1   route    07e3c065-1c70-4087-920b-cf0b9174eb81   00:50:56:01:20:a4
192.168.110.0/24   192.168.250.1   route    07e3c065-1c70-4087-920b-cf0b9174eb81   00:50:56:01:20:a4
192.168.120.0/24   192.168.250.1   route    07e3c065-1c70-4087-920b-cf0b9174eb81   00:50:56:01:20:a4
192.168.130.0/24   192.168.250.1   route    07e3c065-1c70-4087-920b-cf0b9174eb81   00:50:56:01:20:a4
192.168.140.0/24   192.168.250.1   route    07e3c065-1c70-4087-920b-cf0b9174eb81   00:50:56:01:20:a4
192.168.150.0/24   192.168.250.1   route    07e3c065-1c70-4087-920b-cf0b9174eb81   00:50:56:01:20:a4
192.168.210.0/24   192.168.250.1   route    07e3c065-1c70-4087-920b-cf0b9174eb81   00:50:56:01:20:a4
192.168.220.0/24   192.168.250.1   route    07e3c065-1c70-4087-920b-cf0b9174eb81   00:50:56:01:20:a4
192.168.230.0/24   192.168.250.1   route    07e3c065-1c70-4087-920b-cf0b9174eb81   00:50:56:01:20:a4
192.168.240.0/24   169.254.0.130   route    cf4458a5-1c52-4d6d-bb44-173c3a3170eb   02:50:56:56:52:00
192.168.250.0/24                   route    07e3c065-1c70-4087-920b-cf0b9174eb81
192.168.250.3/32                   route    ed024eb6-8ba4-52a5-87d4-9326b48e3f37
IPv6 Forwarding Table
IP Prefix                                     Gateway IP                                Type        UUID                                   Gateway MAC
::1/128                                                                                 route       1844fe04-4079-43be-9c18-3a3885347ba3
fc26:df97:c616:4800::/64                                                                route       6abd0256-a21d-4df0-8fba-e5e79e48ad34
fc26:df97:c616:4800::1/128                                                              route       6a312ef1-62bd-55c4-ac39-f181a2509333
fe80::/64                                                                               route       f4b94050-c09c-4363-9f0f-e50686fd0426
</div>

</div>

<div class="toccolours mw-collapsible mw-collapsed"> '''CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get forwarding) ==>''' :

<div class="mw-collapsible-content">
edgenode-02a> vrf 9
edgenode-02a(vrf)> get forwarding
Logical Router
UUID                                   VRF    LR-ID  Name                              Type
a98d7930-751c-4c25-af7e-dd8ad48b4ecd   9      1      DR-T0-GW                          DISTRIBUTED_ROUTER_TIER0
IPv4 Forwarding Table
IP Prefix          Gateway IP      Type     UUID                                   Gateway MAC
100.64.128.0/32                    route    6a312ef1-62bd-55c4-ac39-f181a2509333
100.64.128.0/31                    route    6abd0256-a21d-4df0-8fba-e5e79e48ad34
127.0.0.1/32                       route    1844fe04-4079-43be-9c18-3a3885347ba3
169.254.0.0/25                     route    f4b94050-c09c-4363-9f0f-e50686fd0426
169.254.0.1/32                     route    6a312ef1-62bd-55c4-ac39-f181a2509333
169.254.0.3/32                     route    ed024eb6-8ba4-52a5-87d4-9326b48e3f37
169.254.0.128/25                   route    cf4458a5-1c52-4d6d-bb44-173c3a3170eb
169.254.0.131/32                   route    ed024eb6-8ba4-52a5-87d4-9326b48e3f37
172.16.20.0/24     100.64.128.1    route    6abd0256-a21d-4df0-8fba-e5e79e48ad34
192.168.0.0/24     192.168.250.1   route    07e3c065-1c70-4087-920b-cf0b9174eb81   00:50:56:01:20:a4
192.168.100.0/24   192.168.250.1   route    07e3c065-1c70-4087-920b-cf0b9174eb81   00:50:56:01:20:a4
192.168.110.0/24   192.168.250.1   route    07e3c065-1c70-4087-920b-cf0b9174eb81   00:50:56:01:20:a4
192.168.120.0/24   192.168.250.1   route    07e3c065-1c70-4087-920b-cf0b9174eb81   00:50:56:01:20:a4
192.168.130.0/24   192.168.250.1   route    07e3c065-1c70-4087-920b-cf0b9174eb81   00:50:56:01:20:a4
192.168.140.0/24   192.168.250.1   route    07e3c065-1c70-4087-920b-cf0b9174eb81   00:50:56:01:20:a4
192.168.150.0/24   192.168.250.1   route    07e3c065-1c70-4087-920b-cf0b9174eb81   00:50:56:01:20:a4
192.168.210.0/24   192.168.250.1   route    07e3c065-1c70-4087-920b-cf0b9174eb81   00:50:56:01:20:a4
192.168.220.0/24   192.168.250.1   route    07e3c065-1c70-4087-920b-cf0b9174eb81   00:50:56:01:20:a4
192.168.230.0/24   192.168.250.1   route    07e3c065-1c70-4087-920b-cf0b9174eb81   00:50:56:01:20:a4
192.168.240.0/24   169.254.0.130   route    cf4458a5-1c52-4d6d-bb44-173c3a3170eb   02:50:56:56:52:00
192.168.250.0/24                   route    07e3c065-1c70-4087-920b-cf0b9174eb81
192.168.250.3/32                   route    ed024eb6-8ba4-52a5-87d4-9326b48e3f37
IPv6 Forwarding Table
IP Prefix                                     Gateway IP                                Type        UUID                                   Gateway MAC
::1/128                                                                                 route       1844fe04-4079-43be-9c18-3a3885347ba3
fc26:df97:c616:4800::/64                                                                route       6abd0256-a21d-4df0-8fba-e5e79e48ad34
fc26:df97:c616:4800::1/128                                                              route       6a312ef1-62bd-55c4-ac39-f181a2509333
fe80::/64                                                                               route       f4b94050-c09c-4363-9f0f-e50686fd0426
</div>

</div>

======Interfaces======

<div class="toccolours mw-collapsible mw-collapsed"> '''CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get interfaces) ==>''' :

<div class="mw-collapsible-content">
edgenode-02a> vrf 1
edgenode-02a(tier0_sr)> get interfaces
Logical Router
UUID                                   VRF    LR-ID  Name                              Type
a98d7930-751c-4c25-af7e-dd8ad48b4ecd   9      1      DR-T0-GW                          DISTRIBUTED_ROUTER_TIER0
Interfaces
    Interface     : e78088b2-3cb6-4eca-8c67-3ca96461e899
    Ifuid         : 349
    Name          : bp-dr-port
    Mode          : lif
    IP/Mask       : 169.254.0.1/25;fe80::50:56ff:fe56:4452/64
    MAC           : 02:50:56:56:44:52
    VNI           : 71680
    LS port       : 7392e57a-457c-4eef-905a-38d72491e6ca
    Urpf-mode     : PORT_CHECK
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 6abd0256-a21d-4df0-8fba-e5e79e48ad34
    Ifuid         : 350
    Name          : T0-GW-T1-GW2-t0_lrp
    Internal name : downlink-350
    Mode          : lif
    IP/Mask       : 100.64.128.0/31;fc26:df97:c616:4800::1/64;fe80::50:56ff:fe56:4452/64
    MAC           : 02:50:56:56:44:52
    VNI           : 71682
    LS port       : b13233e7-5245-40c9-8501-322d2535eb43
    Urpf-mode     : PORT_CHECK
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 4a1394e1-68ff-5ed0-b6de-1b4173f3d65a
    Ifuid         : 348
    Mode          : blackhole

    Interface     : 6a312ef1-62bd-55c4-ac39-f181a2509333
    Ifuid         : 347
    Mode          : cpu

Logical Router
UUID                                   VRF    LR-ID  Name                              Type
3f2cf751-d850-40b9-9acd-a7152cded27f   1      3      SR-T0-GW                          SERVICE_ROUTER_TIER0
Interfaces
    Interface     : 4cf71d5a-1db7-5580-b4c1-95696b16f8fb
    Ifuid         : 268
    Mode          : blackhole

    Interface     : ed024eb6-8ba4-52a5-87d4-9326b48e3f37
    Ifuid         : 267
    Mode          : cpu

    Interface     : cf4458a5-1c52-4d6d-bb44-173c3a3170eb
    Ifuid         : 272
    Name          : sr1-internal-routing-port
    Internal name : inter-sr-272
    Mode          : lif
    IP/Mask       : 169.254.0.131/25;fe80::50:56ff:fe56:5201/64
    MAC           : 02:50:56:56:52:01
    VNI           : 71693
    LS port       : 5315d91b-03a4-48d9-8b9d-e730e7089e16
    Urpf-mode     : PORT_CHECK
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 07e3c065-1c70-4087-920b-cf0b9174eb81
    Ifuid         : 270
    Name          : Uplink-2
    Internal name : uplink-270
    Mode          : lif
    IP/Mask       : 192.168.250.3/24
    MAC           : 00:50:56:94:ea:1a
    LS port       : c13b15ec-3992-42d8-b254-4de4c02a0880
    Urpf-mode     : STRICT_MODE
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : f4b94050-c09c-4363-9f0f-e50686fd0426
    Ifuid         : 274
    Name          : bp-sr1-port
    Mode          : lif
    IP/Mask       : 169.254.0.3/25;fe80::50:56ff:fe56:5301/64
    MAC           : 02:50:56:56:53:01
    VNI           : 71680
    LS port       : 1d3e668c-34f3-4e1f-8f06-1cbd4ecf858f
    Urpf-mode     : NONE
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 1844fe04-4079-43be-9c18-3a3885347ba3
    Ifuid         : 275
    Mode          : loopback
    IP/Mask       : 127.0.0.1/8;::1/128
</div>

</div>

<div class="toccolours mw-collapsible mw-collapsed"> '''CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get interfaces) ==>''' :

<div class="mw-collapsible-content">
edgenode-02a> vrf 9
edgenode-02a(vrf)> get interfaces
Logical Router
UUID                                   VRF    LR-ID  Name                              Type
a98d7930-751c-4c25-af7e-dd8ad48b4ecd   9      1      DR-T0-GW                          DISTRIBUTED_ROUTER_TIER0
Interfaces
    Interface     : e78088b2-3cb6-4eca-8c67-3ca96461e899
    Ifuid         : 349
    Name          : bp-dr-port
    Mode          : lif
    IP/Mask       : 169.254.0.1/25;fe80::50:56ff:fe56:4452/64
    MAC           : 02:50:56:56:44:52
    VNI           : 71680
    LS port       : 7392e57a-457c-4eef-905a-38d72491e6ca
    Urpf-mode     : PORT_CHECK
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 6abd0256-a21d-4df0-8fba-e5e79e48ad34
    Ifuid         : 350
    Name          : T0-GW-T1-GW2-t0_lrp
    Internal name : downlink-350
    Mode          : lif
    IP/Mask       : 100.64.128.0/31;fc26:df97:c616:4800::1/64;fe80::50:56ff:fe56:4452/64
    MAC           : 02:50:56:56:44:52
    VNI           : 71682
    LS port       : b13233e7-5245-40c9-8501-322d2535eb43
    Urpf-mode     : PORT_CHECK
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 4a1394e1-68ff-5ed0-b6de-1b4173f3d65a
    Ifuid         : 348
    Mode          : blackhole

    Interface     : 6a312ef1-62bd-55c4-ac39-f181a2509333
    Ifuid         : 347
    Mode          : cpu

Logical Router
UUID                                   VRF    LR-ID  Name                              Type
3f2cf751-d850-40b9-9acd-a7152cded27f   1      3      SR-T0-GW                          SERVICE_ROUTER_TIER0
Interfaces
    Interface     : 4cf71d5a-1db7-5580-b4c1-95696b16f8fb
    Ifuid         : 268
    Mode          : blackhole

    Interface     : ed024eb6-8ba4-52a5-87d4-9326b48e3f37
    Ifuid         : 267
    Mode          : cpu

    Interface     : cf4458a5-1c52-4d6d-bb44-173c3a3170eb
    Ifuid         : 272
    Name          : sr1-internal-routing-port
    Internal name : inter-sr-272
    Mode          : lif
    IP/Mask       : 169.254.0.131/25;fe80::50:56ff:fe56:5201/64
    MAC           : 02:50:56:56:52:01
    VNI           : 71693
    LS port       : 5315d91b-03a4-48d9-8b9d-e730e7089e16
    Urpf-mode     : PORT_CHECK
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 07e3c065-1c70-4087-920b-cf0b9174eb81
    Ifuid         : 270
    Name          : Uplink-2
    Internal name : uplink-270
    Mode          : lif
    IP/Mask       : 192.168.250.3/24
    MAC           : 00:50:56:94:ea:1a
    LS port       : c13b15ec-3992-42d8-b254-4de4c02a0880
    Urpf-mode     : STRICT_MODE
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : f4b94050-c09c-4363-9f0f-e50686fd0426
    Ifuid         : 274
    Name          : bp-sr1-port
    Mode          : lif
    IP/Mask       : 169.254.0.3/25;fe80::50:56ff:fe56:5301/64
    MAC           : 02:50:56:56:53:01
    VNI           : 71680
    LS port       : 1d3e668c-34f3-4e1f-8f06-1cbd4ecf858f
    Urpf-mode     : NONE
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 1844fe04-4079-43be-9c18-3a3885347ba3
    Ifuid         : 275
    Mode          : loopback
    IP/Mask       : 127.0.0.1/8;::1/128
</div>

</div>

======Routing table 〈only on T0–SR〉======

<div class="toccolours mw-collapsible mw-collapsed"> '''CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get route) ==>''' :

<div class="mw-collapsible-content">
edgenode-02a(tier0_sr)> get route

Flags: t0c - Tier0-Connected, t0s - Tier0-Static, B - BGP,
t0n - Tier0-NAT, t1s - Tier1-Static, t1c - Tier1-Connected,
t1n: Tier1-NAT, t1l: Tier1-LB VIP, t1ls: Tier1-LB SNAT,
t1d: Tier1-DNS FORWARDER, > - selected route, * - FIB route

Total number of routes: 18

b  > * 192.168.110.0/24 [20/66] via 192.168.250.1, uplink-270, 1d00h59m
t1c> * 172.16.20.0/24 [3/0] via 100.64.128.1, downlink-350, 00:13:53
b  > * 192.168.150.0/24 [20/66] via 192.168.250.1, uplink-270, 1d00h59m
b  > * 192.168.0.0/24 [20/66] via 192.168.250.1, uplink-270, 1d00h59m
t0c> * 100.64.128.0/31 is directly connected, downlink-350, 00:31:40
b  > * 192.168.210.0/24 [20/66] via 192.168.250.1, uplink-270, 1d00h59m
t0c> * 169.254.0.128/25 is directly connected, inter-sr-272, 10:42:17
b  > * 192.168.230.0/24 [20/66] via 192.168.250.1, uplink-270, 1d00h59m
t0c> * 192.168.250.0/24 is directly connected, uplink-270, 1d01h01m
b  > * 192.168.240.0/24 [200/0] via 169.254.0.130, inter-sr-272, 10:42:14
b  > * 192.168.140.0/24 [20/66] via 192.168.250.1, uplink-270, 1d00h59m
b  > * 192.168.130.0/24 [20/66] via 192.168.250.1, uplink-270, 1d00h59m
b  > * 192.168.100.0/24 [20/66] via 192.168.250.1, uplink-270, 1d00h59m
b  > * 192.168.220.0/24 [20/66] via 192.168.250.1, uplink-270, 1d00h59m
b  > * 192.168.120.0/24 [20/66] via 192.168.250.1, uplink-270, 1d00h59m
t0c> * fc26:df97:c616:4800::/64 is directly connected, downlink-350, 00:31:40
t0c  * fe80::/64 is directly connected, downlink-350, 00:31:40
t0c> * fe80::/64 is directly connected, inter-sr-272, 10:42:17
</div>

</div>

===Internal Edges=== ====INT–EDGE–VM–1==== =====Logical Routers=====

<div class="toccolours mw-collapsible mw-collapsed"> '''CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (logical-router) ==>''' :

<div class="mw-collapsible-content">
edgenodi-01a> get logical-router
Logical Router
UUID                                   VRF    LR-ID  Name                              Type                        Ports
736a80e3-23f6-5a2d-81d6-bbefb2786666   0      0                                        TUNNEL                      3
9630e8ab-1a03-4106-b19e-1e2b6a461c30   7      12     SR-T1-GW2                         SERVICE_ROUTER_TIER1        5
a98d7930-751c-4c25-af7e-dd8ad48b4ecd   8      1      DR-T0-GW                          DISTRIBUTED_ROUTER_TIER0    4
2128fa8b-ad8b-44c3-ab41-119034970d34   9      11     DR-T1-GW2                         DISTRIBUTED_ROUTER_TIER1    4
</div>

</div>

======Forwarding Table======

<div class="toccolours mw-collapsible mw-collapsed"> '''CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get forwarding) ==>''' :

<div class="mw-collapsible-content">
edgenodi-01a> vrf 7
edgenodi-01a(tier1_sr)> get forwarding
Logical Router
UUID                                   VRF    LR-ID  Name                              Type
9630e8ab-1a03-4106-b19e-1e2b6a461c30   7      12     SR-T1-GW2                         SERVICE_ROUTER_TIER1
IPv4 Forwarding Table
IP Prefix          Gateway IP      Type     UUID                                   Gateway MAC
0.0.0.0/0          100.64.128.0    route    2de96772-edec-4318-994a-e0bad967179a
100.64.128.0/31                    route    2de96772-edec-4318-994a-e0bad967179a
100.64.128.1/32                    route    2c57e752-e699-5e33-a4e1-d02699a43f48
127.0.0.1/32                       route    2421ff60-a595-4c83-bbe9-af78fb7b8dbf
169.254.0.0/28                     route    4e40d786-9877-4a5b-b6f1-bcdecb82830c
169.254.0.1/32                     route    c71e086c-1165-5924-92c3-8b00c26d4be6
169.254.0.2/32                     route    2c57e752-e699-5e33-a4e1-d02699a43f48
172.16.20.0/24                     route    03afcddc-1eb3-4163-b09d-b2316f79a13d
172.16.20.1/32                     route    c71e086c-1165-5924-92c3-8b00c26d4be6
IPv6 Forwarding Table
IP Prefix                                     Gateway IP                                Type        UUID                                   Gateway MAC
::/0                                          fc26:df97:c616:4800::1                    route       2de96772-edec-4318-994a-e0bad967179a
::1/128                                                                                 route       2421ff60-a595-4c83-bbe9-af78fb7b8dbf
fc26:df97:c616:4800::/64                                                                route       2de96772-edec-4318-994a-e0bad967179a
fc26:df97:c616:4800::2/128                                                              route       2c57e752-e699-5e33-a4e1-d02699a43f48
</div>

</div>

<div class="toccolours mw-collapsible mw-collapsed"> '''CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get forwarding) ==>''' :

<div class="mw-collapsible-content">
edgenodi-01a> vrf 8
edgenodi-01a(vrf)> get forwarding
Logical Router
UUID                                   VRF    LR-ID  Name                              Type
a98d7930-751c-4c25-af7e-dd8ad48b4ecd   8      1      DR-T0-GW                          DISTRIBUTED_ROUTER_TIER0
IPv4 Forwarding Table
IP Prefix          Gateway IP      Type     UUID                                   Gateway MAC
0.0.0.0/0          169.254.0.2     route    e78088b2-3cb6-4eca-8c67-3ca96461e899
                   169.254.0.3              e78088b2-3cb6-4eca-8c67-3ca96461e899
100.64.128.0/32                    route    6a312ef1-62bd-55c4-ac39-f181a2509333
100.64.128.0/31                    route    6abd0256-a21d-4df0-8fba-e5e79e48ad34
169.254.0.0/25                     route    e78088b2-3cb6-4eca-8c67-3ca96461e899
169.254.0.1/32                     route    6a312ef1-62bd-55c4-ac39-f181a2509333
172.16.20.0/24     100.64.128.1    route    6abd0256-a21d-4df0-8fba-e5e79e48ad34
192.168.240.0/24   169.254.0.2     route    e78088b2-3cb6-4eca-8c67-3ca96461e899
192.168.240.3/32   169.254.0.2     route    e78088b2-3cb6-4eca-8c67-3ca96461e899
192.168.250.0/24   169.254.0.3     route    e78088b2-3cb6-4eca-8c67-3ca96461e899
192.168.250.3/32   169.254.0.3     route    e78088b2-3cb6-4eca-8c67-3ca96461e899
IPv6 Forwarding Table
IP Prefix                                     Gateway IP                                Type        UUID                                   Gateway MAC
::/0                                          fe80::50:56ff:fe56:5300                   route       e78088b2-3cb6-4eca-8c67-3ca96461e899
                                              fe80::50:56ff:fe56:5301                               e78088b2-3cb6-4eca-8c67-3ca96461e899
fc26:df97:c616:4800::/64                                                                route       6abd0256-a21d-4df0-8fba-e5e79e48ad34
fc26:df97:c616:4800::1/128                                                              route       6a312ef1-62bd-55c4-ac39-f181a2509333
</div>

</div>

<div class="toccolours mw-collapsible mw-collapsed"> '''CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get forwarding) ==>''' :

<div class="mw-collapsible-content">
edgenodi-01a> vrf 9
edgenodi-01a(vrf)> get forwarding
Logical Router
UUID                                   VRF    LR-ID  Name                              Type
2128fa8b-ad8b-44c3-ab41-119034970d34   9      11     DR-T1-GW2                         DISTRIBUTED_ROUTER_TIER1
IPv4 Forwarding Table
IP Prefix          Gateway IP      Type     UUID                                   Gateway MAC
0.0.0.0/0          100.64.128.0    route    2de96772-edec-4318-994a-e0bad967179a
100.64.128.0/31                    route    2de96772-edec-4318-994a-e0bad967179a
100.64.128.1/32                    route    2c57e752-e699-5e33-a4e1-d02699a43f48
127.0.0.1/32                       route    2421ff60-a595-4c83-bbe9-af78fb7b8dbf
169.254.0.0/28                     route    4e40d786-9877-4a5b-b6f1-bcdecb82830c
169.254.0.1/32                     route    c71e086c-1165-5924-92c3-8b00c26d4be6
169.254.0.2/32                     route    2c57e752-e699-5e33-a4e1-d02699a43f48
172.16.20.0/24                     route    03afcddc-1eb3-4163-b09d-b2316f79a13d
172.16.20.1/32                     route    c71e086c-1165-5924-92c3-8b00c26d4be6
IPv6 Forwarding Table
IP Prefix                                     Gateway IP                                Type        UUID                                   Gateway MAC
::/0                                          fc26:df97:c616:4800::1                    route       2de96772-edec-4318-994a-e0bad967179a
::1/128                                                                                 route       2421ff60-a595-4c83-bbe9-af78fb7b8dbf
fc26:df97:c616:4800::/64                                                                route       2de96772-edec-4318-994a-e0bad967179a
fc26:df97:c616:4800::2/128                                                              route       2c57e752-e699-5e33-a4e1-d02699a43f48
</div>

</div> <div class="toccolours mw-collapsible mw-collapsed"> '''CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get interfaces) ==>''' :

<div class="mw-collapsible-content">
edgenodi-01a> vrf 8
edgenodi-01a(vrf)> get interfaces
Logical Router
UUID                                   VRF    LR-ID  Name                              Type
a98d7930-751c-4c25-af7e-dd8ad48b4ecd   8      1      DR-T0-GW                          DISTRIBUTED_ROUTER_TIER0
Interfaces
    Interface     : e78088b2-3cb6-4eca-8c67-3ca96461e899
    Ifuid         : 326
    Name          : bp-dr-port
    Mode          : lif
    IP/Mask       : 169.254.0.1/25;fe80::50:56ff:fe56:4452/64
    MAC           : 02:50:56:56:44:52
    VNI           : 71680
    LS port       : 7392e57a-457c-4eef-905a-38d72491e6ca
    Urpf-mode     : PORT_CHECK
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 6abd0256-a21d-4df0-8fba-e5e79e48ad34
    Ifuid         : 324
    Name          : T0-GW-T1-GW2-t0_lrp
    Mode          : lif
    IP/Mask       : 100.64.128.0/31;fc26:df97:c616:4800::1/64;fe80::50:56ff:fe56:4452/64
    MAC           : 02:50:56:56:44:52
    VNI           : 71682
    LS port       : b13233e7-5245-40c9-8501-322d2535eb43
    Urpf-mode     : PORT_CHECK
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 4a1394e1-68ff-5ed0-b6de-1b4173f3d65a
    Ifuid         : 322
    Mode          : blackhole

    Interface     : 6a312ef1-62bd-55c4-ac39-f181a2509333
    Ifuid         : 321
    Mode          : cpu
</div>

</div>

<div class="toccolours mw-collapsible mw-collapsed"> '''CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get interfaces) ==>''' :

<div class="mw-collapsible-content">
edgenodi-01a> vrf 9
edgenodi-01a(vrf)> get interfaces
Logical Router
UUID                                   VRF    LR-ID  Name                              Type
2128fa8b-ad8b-44c3-ab41-119034970d34   9      11     DR-T1-GW2                         DISTRIBUTED_ROUTER_TIER1
Interfaces
    Interface     : 45b254da-c6f5-43b3-8ab1-d949578b2ec2
    Ifuid         : 332
    Name          : bp-dr-port
    Mode          : lif
    IP/Mask       : 169.254.0.1/28;fe80::50:56ff:fe56:4452/64
    MAC           : 02:50:56:56:44:52
    VNI           : 71683
    LS port       : 9301d5ef-8045-4187-8689-d11c4a725f0f
    Urpf-mode     : PORT_CHECK
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 03afcddc-1eb3-4163-b09d-b2316f79a13d
    Ifuid         : 331
    Name          : infra-app-seg-dlrp
    Mode          : lif
    IP/Mask       : 172.16.20.1/24
    MAC           : 02:50:56:56:44:52
    VNI           : 71686
    LS port       : ada0b751-e331-43fd-8ac9-920c00235e02
    Urpf-mode     : STRICT_MODE
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 041bca09-9595-545f-9448-3f0326ecacc4
    Ifuid         : 330
    Mode          : blackhole

    Interface     : c71e086c-1165-5924-92c3-8b00c26d4be6
    Ifuid         : 329
    Mode          : cpu

Logical Router
UUID                                   VRF    LR-ID  Name                              Type
9630e8ab-1a03-4106-b19e-1e2b6a461c30   7      12     SR-T1-GW2                         SERVICE_ROUTER_TIER1
Interfaces
    Interface     : 2de96772-edec-4318-994a-e0bad967179a
    Ifuid         : 320
    Name          : T0-GW-T1-GW2-t1_lrp
    Mode          : lif
    IP/Mask       : 100.64.128.1/31;fc26:df97:c616:4800::2/64;fe80::50:56ff:fe56:4455/64
    MAC           : 02:50:56:56:44:55
    VNI           : 71682
    LS port       : f15123b8-c350-42d3-bed2-dcda4c948cdf
    Urpf-mode     : NONE
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 4e40d786-9877-4a5b-b6f1-bcdecb82830c
    Ifuid         : 318
    Name          : bp-sr0-port
    Mode          : lif
    IP/Mask       : 169.254.0.2/28;fe80::50:56ff:fe56:5300/64
    MAC           : 02:50:56:56:53:00
    VNI           : 71683
    LS port       : 025fef5c-abb0-48d4-811b-754283a233b8
    Urpf-mode     : NONE
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 2421ff60-a595-4c83-bbe9-af78fb7b8dbf
    Ifuid         : 317
    Mode          : loopback
    IP/Mask       : 127.0.0.1/8;::1/128

    Interface     : c89fb4e2-09bc-5dfc-a748-1631d86dccdf
    Ifuid         : 316
    Mode          : blackhole

    Interface     : 2c57e752-e699-5e33-a4e1-d02699a43f48
    Ifuid         : 315
    Mode          : cpu
</div>

</div>

<div class="toccolours mw-collapsible mw-collapsed"> '''CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get interfaces) ==>''' :

<div class="mw-collapsible-content">
edgenode-01a> vrf 9
edgenode-01a(vrf)> get interfaces
Logical Router
UUID                                   VRF    LR-ID  Name                              Type
a98d7930-751c-4c25-af7e-dd8ad48b4ecd   9      1      DR-T0-GW                          DISTRIBUTED_ROUTER_TIER0
Interfaces
    Interface     : 6abd0256-a21d-4df0-8fba-e5e79e48ad34
    Ifuid         : 350
    Name          : T0-GW-T1-GW2-t0_lrp
    Internal name : downlink-350
    Mode          : lif
    IP/Mask       : 100.64.128.0/31;fc26:df97:c616:4800::1/64;fe80::50:56ff:fe56:4452/64
    MAC           : 02:50:56:56:44:52
    VNI           : 71682
    LS port       : b13233e7-5245-40c9-8501-322d2535eb43
    Urpf-mode     : PORT_CHECK
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : e78088b2-3cb6-4eca-8c67-3ca96461e899
    Ifuid         : 347
    Name          : bp-dr-port
    Mode          : lif
    IP/Mask       : 169.254.0.1/25;fe80::50:56ff:fe56:4452/64
    MAC           : 02:50:56:56:44:52
    VNI           : 71680
    LS port       : 7392e57a-457c-4eef-905a-38d72491e6ca
    Urpf-mode     : PORT_CHECK
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 4a1394e1-68ff-5ed0-b6de-1b4173f3d65a
    Ifuid         : 345
    Mode          : blackhole

    Interface     : 6a312ef1-62bd-55c4-ac39-f181a2509333
    Ifuid         : 344
    Mode          : cpu

Logical Router
UUID                                   VRF    LR-ID  Name                              Type
f468f807-15b2-4b8f-a56f-47f7901b1ebb   1      2      SR-T0-GW                          SERVICE_ROUTER_TIER0
Interfaces
    Interface     : d1850f0f-786a-43b7-89b1-fa4d15433718
    Ifuid         : 270
    Name          : sr0-internal-routing-port
    Internal name : inter-sr-270
    Mode          : lif
    IP/Mask       : 169.254.0.130/25;fe80::50:56ff:fe56:5200/64
    MAC           : 02:50:56:56:52:00
    VNI           : 71693
    LS port       : 62297744-6db1-4779-bca4-e176030ca612
    Urpf-mode     : PORT_CHECK
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : fa19a00a-b4f6-577e-9eb0-7cdb83d85f7a
    Ifuid         : 267
    Mode          : cpu

    Interface     : c5c64a69-f798-53ac-9fd5-31c64558a9bf
    Ifuid         : 268
    Mode          : blackhole

    Interface     : c0a418d5-2bce-4ec1-ad28-21be7af50dd6
    Ifuid         : 272
    Name          : Uplink-1
    Internal name : uplink-272
    Mode          : lif
    IP/Mask       : 192.168.240.3/24
    MAC           : 00:50:56:94:b6:b6
    LS port       : b552acab-beeb-434c-9e1b-9efe974a1951
    Urpf-mode     : STRICT_MODE
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 377f31fd-b7b5-4e29-9b36-22bcd835d6e5
    Ifuid         : 275
    Name          : bp-sr0-port
    Mode          : lif
    IP/Mask       : 169.254.0.2/25;fe80::50:56ff:fe56:5300/64
    MAC           : 02:50:56:56:53:00
    VNI           : 71680
    LS port       : 051d3b69-0df6-405d-a318-da6a0d9161f5
    Urpf-mode     : NONE
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 1844fe04-4079-43be-9c18-3a3885347ba3
    Ifuid         : 274
    Mode          : loopback
    IP/Mask       : 127.0.0.1/8;::1/128
</div>

</div>

   Interface     : 03afcddc-1eb3-4163-b09d-b2316f79a13d
   Ifuid         : 331
   Name          : infra-app-seg-dlrp
   Mode          : lif
   IP/Mask       : 172.16.20.1/24
   MAC           : 02:50:56:56:44:52
   VNI           : 71686
   LS port       : ada0b751-e331-43fd-8ac9-920c00235e02
   Urpf-mode     : STRICT_MODE
   Admin         : up
   Op_state      : up
   MTU           : 1500
   Interface     : 041bca09-9595-545f-9448-3f0326ecacc4
   Ifuid         : 330
   Mode          : blackhole
   Interface     : c71e086c-1165-5924-92c3-8b00c26d4be6
   Ifuid         : 329
   Mode          : cpu

Logical Router UUID VRF LR-ID Name Type 9630e8ab-1a03-4106-b19e-1e2b6a461c30 7 12 SR-T1-GW2 SERVICE_ROUTER_TIER1 Interfaces

   Interface     : 2de96772-edec-4318-994a-e0bad967179a
   Ifuid         : 320
   Name          : T0-GW-T1-GW2-t1_lrp
   Mode          : lif
   IP/Mask       : 100.64.128.1/31;fc26:df97:c616:4800::2/64;fe80::50:56ff:fe56:4455/64
   MAC           : 02:50:56:56:44:55
   VNI           : 71682
   LS port       : f15123b8-c350-42d3-bed2-dcda4c948cdf
   Urpf-mode     : NONE
   Admin         : up
   Op_state      : up
   MTU           : 1500
   Interface     : 4e40d786-9877-4a5b-b6f1-bcdecb82830c
   Ifuid         : 318
   Name          : bp-sr0-port
   Mode          : lif
   IP/Mask       : 169.254.0.2/28;fe80::50:56ff:fe56:5300/64
   MAC           : 02:50:56:56:53:00
   VNI           : 71683
   LS port       : 025fef5c-abb0-48d4-811b-754283a233b8
   Urpf-mode     : NONE
   Admin         : up
   Op_state      : up
   MTU           : 1500
   Interface     : 2421ff60-a595-4c83-bbe9-af78fb7b8dbf
   Ifuid         : 317
   Mode          : loopback
   IP/Mask       : 127.0.0.1/8;::1/128
   Interface     : c89fb4e2-09bc-5dfc-a748-1631d86dccdf
   Ifuid         : 316
   Mode          : blackhole
   Interface     : 2c57e752-e699-5e33-a4e1-d02699a43f48
   Ifuid         : 315
Mode  : cpu
Interfaces

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get interfaces) ==> :

edgenodi-01a> vrf 7
edgenodi-01a(tier1_sr)> get interfaces
Logical Router
UUID                                   VRF    LR-ID  Name                              Type
2128fa8b-ad8b-44c3-ab41-119034970d34   9      11     DR-T1-GW2                         DISTRIBUTED_ROUTER_TIER1
Interfaces
    Interface     : 45b254da-c6f5-43b3-8ab1-d949578b2ec2
    Ifuid         : 332
    Name          : bp-dr-port
    Mode          : lif
    IP/Mask       : 169.254.0.1/28;fe80::50:56ff:fe56:4452/64
    MAC           : 02:50:56:56:44:52
    VNI           : 71683
    LS port       : 9301d5ef-8045-4187-8689-d11c4a725f0f
    Urpf-mode     : PORT_CHECK
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 03afcddc-1eb3-4163-b09d-b2316f79a13d
    Ifuid         : 331
    Name          : infra-app-seg-dlrp
    Mode          : lif
    IP/Mask       : 172.16.20.1/24
    MAC           : 02:50:56:56:44:52
    VNI           : 71686
    LS port       : ada0b751-e331-43fd-8ac9-920c00235e02
    Urpf-mode     : STRICT_MODE
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 041bca09-9595-545f-9448-3f0326ecacc4
    Ifuid         : 330
    Mode          : blackhole

    Interface     : c71e086c-1165-5924-92c3-8b00c26d4be6
    Ifuid         : 329
    Mode          : cpu

Logical Router
UUID                                   VRF    LR-ID  Name                              Type
9630e8ab-1a03-4106-b19e-1e2b6a461c30   7      12     SR-T1-GW2                         SERVICE_ROUTER_TIER1
Interfaces
    Interface     : 2de96772-edec-4318-994a-e0bad967179a
    Ifuid         : 320
    Name          : T0-GW-T1-GW2-t1_lrp
    Mode          : lif
    IP/Mask       : 100.64.128.1/31;fc26:df97:c616:4800::2/64;fe80::50:56ff:fe56:4455/64
    MAC           : 02:50:56:56:44:55
    VNI           : 71682
    LS port       : f15123b8-c350-42d3-bed2-dcda4c948cdf
    Urpf-mode     : NONE
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 4e40d786-9877-4a5b-b6f1-bcdecb82830c
    Ifuid         : 318
    Name          : bp-sr0-port
    Mode          : lif
    IP/Mask       : 169.254.0.2/28;fe80::50:56ff:fe56:5300/64
    MAC           : 02:50:56:56:53:00
    VNI           : 71683
    LS port       : 025fef5c-abb0-48d4-811b-754283a233b8
    Urpf-mode     : NONE
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 2421ff60-a595-4c83-bbe9-af78fb7b8dbf
    Ifuid         : 317
    Mode          : loopback
    IP/Mask       : 127.0.0.1/8;::1/128

    Interface     : c89fb4e2-09bc-5dfc-a748-1631d86dccdf
    Ifuid         : 316
    Mode          : blackhole

    Interface     : 2c57e752-e699-5e33-a4e1-d02699a43f48
    Ifuid         : 315
    Mode          : cpu
Routing table 〈only on T0–SR〉

The routing table only exists in a T0-SR component so this is not applicable here.

INT–EDGE–VM–2

Logical Routers

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get logical-router) ==> :

edgenodi-02a> get logical-router
Logical Router
UUID                                   VRF    LR-ID  Name                              Type                        Ports
736a80e3-23f6-5a2d-81d6-bbefb2786666   0      0                                        TUNNEL                      3
9630e8ab-1a03-4106-b19e-1e2b6a461c30   7      12     SR-T1-GW2                         SERVICE_ROUTER_TIER1        5
a98d7930-751c-4c25-af7e-dd8ad48b4ecd   8      1      DR-T0-GW                          DISTRIBUTED_ROUTER_TIER0    4
2128fa8b-ad8b-44c3-ab41-119034970d34   9      11     DR-T1-GW2                         DISTRIBUTED_ROUTER_TIER1    4
Forwarding Table

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get forwarding) ==> :

edgenodi-02a> vrf 7
edgenodi-02a(tier1_sr)> get forwarding
Logical Router
UUID                                   VRF    LR-ID  Name                              Type
9630e8ab-1a03-4106-b19e-1e2b6a461c30   7      12     SR-T1-GW2                         SERVICE_ROUTER_TIER1
IPv4 Forwarding Table
IP Prefix          Gateway IP      Type     UUID                                   Gateway MAC
0.0.0.0/0          100.64.128.0    route    2de96772-edec-4318-994a-e0bad967179a
100.64.128.0/31                    route    2de96772-edec-4318-994a-e0bad967179a
127.0.0.1/32                       route    2421ff60-a595-4c83-bbe9-af78fb7b8dbf
169.254.0.0/28                     route    4e40d786-9877-4a5b-b6f1-bcdecb82830c
169.254.0.1/32                     route    c71e086c-1165-5924-92c3-8b00c26d4be6
172.16.20.0/24                     route    03afcddc-1eb3-4163-b09d-b2316f79a13d
172.16.20.1/32                     route    c71e086c-1165-5924-92c3-8b00c26d4be6
IPv6 Forwarding Table
IP Prefix                                     Gateway IP                                Type        UUID                                   Gateway MAC
::/0                                          fc26:df97:c616:4800::1                    route       2de96772-edec-4318-994a-e0bad967179a
::1/128                                                                                 route       2421ff60-a595-4c83-bbe9-af78fb7b8dbf
fc26:df97:c616:4800::/64                                                                route       2de96772-edec-4318-994a-e0bad967179a

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get forwarding) ==> :

edgenodi-02a> vrf 8
edgenodi-02a(vrf)> get forwarding
Logical Router
UUID                                   VRF    LR-ID  Name                              Type
a98d7930-751c-4c25-af7e-dd8ad48b4ecd   8      1      DR-T0-GW                          DISTRIBUTED_ROUTER_TIER0
IPv4 Forwarding Table
IP Prefix          Gateway IP      Type     UUID                                   Gateway MAC
0.0.0.0/0          169.254.0.2     route    e78088b2-3cb6-4eca-8c67-3ca96461e899
                   169.254.0.3              e78088b2-3cb6-4eca-8c67-3ca96461e899
100.64.128.0/32                    route    6a312ef1-62bd-55c4-ac39-f181a2509333
100.64.128.0/31                    route    6abd0256-a21d-4df0-8fba-e5e79e48ad34
169.254.0.0/25                     route    e78088b2-3cb6-4eca-8c67-3ca96461e899
169.254.0.1/32                     route    6a312ef1-62bd-55c4-ac39-f181a2509333
172.16.20.0/24     100.64.128.1    route    6abd0256-a21d-4df0-8fba-e5e79e48ad34
192.168.240.0/24   169.254.0.2     route    e78088b2-3cb6-4eca-8c67-3ca96461e899
192.168.240.3/32   169.254.0.2     route    e78088b2-3cb6-4eca-8c67-3ca96461e899
192.168.250.0/24   169.254.0.3     route    e78088b2-3cb6-4eca-8c67-3ca96461e899
192.168.250.3/32   169.254.0.3     route    e78088b2-3cb6-4eca-8c67-3ca96461e899
IPv6 Forwarding Table
IP Prefix                                     Gateway IP                                Type        UUID                                   Gateway MAC
::/0                                          fe80::50:56ff:fe56:5300                   route       e78088b2-3cb6-4eca-8c67-3ca96461e899
                                              fe80::50:56ff:fe56:5301                               e78088b2-3cb6-4eca-8c67-3ca96461e899
fc26:df97:c616:4800::/64                                                                route       6abd0256-a21d-4df0-8fba-e5e79e48ad34
fc26:df97:c616:4800::1/128                                                              route       6a312ef1-62bd-55c4-ac39-f181a2509333

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get forwarding) ==> :

edgenodi-02a> vrf 9
edgenodi-02a(vrf)> get forwarding
Logical Router
UUID                                   VRF    LR-ID  Name                              Type
2128fa8b-ad8b-44c3-ab41-119034970d34   9      11     DR-T1-GW2                         DISTRIBUTED_ROUTER_TIER1
IPv4 Forwarding Table
IP Prefix          Gateway IP      Type     UUID                                   Gateway MAC
0.0.0.0/0          169.254.0.2     route    45b254da-c6f5-43b3-8ab1-d949578b2ec2
169.254.0.0/28                     route    45b254da-c6f5-43b3-8ab1-d949578b2ec2
169.254.0.1/32                     route    c71e086c-1165-5924-92c3-8b00c26d4be6
172.16.20.0/24                     route    03afcddc-1eb3-4163-b09d-b2316f79a13d
172.16.20.1/32                     route    c71e086c-1165-5924-92c3-8b00c26d4be6
IPv6 Forwarding Table
IP Prefix                                     Gateway IP                                Type        UUID                                   Gateway MAC
::/0                                          fe80::50:56ff:fe56:5300                   route       45b254da-c6f5-43b3-8ab1-d949578b2ec2
Interfaces

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get interfaces) ==> :

edgenodi-02a> vrf 7
edgenodi-02a(tier1_sr)> get interfaces
Logical Router
UUID                                   VRF    LR-ID  Name                              Type
2128fa8b-ad8b-44c3-ab41-119034970d34   9      11     DR-T1-GW2                         DISTRIBUTED_ROUTER_TIER1
Interfaces
    Interface     : 03afcddc-1eb3-4163-b09d-b2316f79a13d
    Ifuid         : 336
    Name          : infra-app-seg-dlrp
    Mode          : lif
    IP/Mask       : 172.16.20.1/24
    MAC           : 02:50:56:56:44:52
    VNI           : 71686
    LS port       : ada0b751-e331-43fd-8ac9-920c00235e02
    Urpf-mode     : STRICT_MODE
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 45b254da-c6f5-43b3-8ab1-d949578b2ec2
    Ifuid         : 335
    Name          : bp-dr-port
    Mode          : lif
    IP/Mask       : 169.254.0.1/28;fe80::50:56ff:fe56:4452/64
    MAC           : 02:50:56:56:44:52
    VNI           : 71683
    LS port       : 9301d5ef-8045-4187-8689-d11c4a725f0f
    Urpf-mode     : PORT_CHECK
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 041bca09-9595-545f-9448-3f0326ecacc4
    Ifuid         : 334
    Mode          : blackhole

    Interface     : c71e086c-1165-5924-92c3-8b00c26d4be6
    Ifuid         : 333
    Mode          : cpu

Logical Router
UUID                                   VRF    LR-ID  Name                              Type
9630e8ab-1a03-4106-b19e-1e2b6a461c30   7      12     SR-T1-GW2                         SERVICE_ROUTER_TIER1
Interfaces
    Interface     : 2de96772-edec-4318-994a-e0bad967179a
    Ifuid         : 324
    Name          : T0-GW-T1-GW2-t1_lrp
    Mode          : lif
    IP/Mask       : 100.64.128.1/31;fc26:df97:c616:4800::2/64;fe80::50:56ff:fe56:4455/64
    MAC           : 02:50:56:56:44:55
    VNI           : 71682
    LS port       : f15123b8-c350-42d3-bed2-dcda4c948cdf
    Urpf-mode     : NONE
    Admin         : up
    Op_state      : down
    MTU           : 1500

    Interface     : 4e40d786-9877-4a5b-b6f1-bcdecb82830c
    Ifuid         : 322
    Name          : bp-sr0-port
    Mode          : lif
    IP/Mask       : 169.254.0.2/28;fe80::50:56ff:fe56:5300/64
    MAC           : 02:50:56:56:53:00
    VNI           : 71683
    LS port       : 025fef5c-abb0-48d4-811b-754283a233b8
    Urpf-mode     : NONE
    Admin         : up
    Op_state      : down
    MTU           : 1500

    Interface     : 2421ff60-a595-4c83-bbe9-af78fb7b8dbf
    Ifuid         : 321
    Mode          : loopback
    IP/Mask       : 127.0.0.1/8;::1/128

    Interface     : c89fb4e2-09bc-5dfc-a748-1631d86dccdf
    Ifuid         : 320
    Mode          : blackhole

    Interface     : 2c57e752-e699-5e33-a4e1-d02699a43f48
    Ifuid         : 319
    Mode          : cpu

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get interfaces) ==> :

edgenodi-02a> vrf 8
edgenodi-02a(vrf)> get interfaces
Logical Router
UUID                                   VRF    LR-ID  Name                              Type
a98d7930-751c-4c25-af7e-dd8ad48b4ecd   8      1      DR-T0-GW                          DISTRIBUTED_ROUTER_TIER0
Interfaces
    Interface     : e78088b2-3cb6-4eca-8c67-3ca96461e899
    Ifuid         : 330
    Name          : bp-dr-port
    Mode          : lif
    IP/Mask       : 169.254.0.1/25;fe80::50:56ff:fe56:4452/64
    MAC           : 02:50:56:56:44:52
    VNI           : 71680
    LS port       : 7392e57a-457c-4eef-905a-38d72491e6ca
    Urpf-mode     : PORT_CHECK
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 6abd0256-a21d-4df0-8fba-e5e79e48ad34
    Ifuid         : 328
    Name          : T0-GW-T1-GW2-t0_lrp
    Mode          : lif
    IP/Mask       : 100.64.128.0/31;fc26:df97:c616:4800::1/64;fe80::50:56ff:fe56:4452/64
    MAC           : 02:50:56:56:44:52
    VNI           : 71682
    LS port       : b13233e7-5245-40c9-8501-322d2535eb43
    Urpf-mode     : PORT_CHECK
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 4a1394e1-68ff-5ed0-b6de-1b4173f3d65a
    Ifuid         : 326
    Mode          : blackhole

    Interface     : 6a312ef1-62bd-55c4-ac39-f181a2509333
    Ifuid         : 325
    Mode          : cpu

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get interfaces) ==> :

edgenodi-02a> vrf 9
edgenodi-02a(vrf)> get interfaces
Logical Router
UUID                                   VRF    LR-ID  Name                              Type
2128fa8b-ad8b-44c3-ab41-119034970d34   9      11     DR-T1-GW2                         DISTRIBUTED_ROUTER_TIER1
Interfaces
    Interface     : 03afcddc-1eb3-4163-b09d-b2316f79a13d
    Ifuid         : 336
    Name          : infra-app-seg-dlrp
    Mode          : lif
    IP/Mask       : 172.16.20.1/24
    MAC           : 02:50:56:56:44:52
    VNI           : 71686
    LS port       : ada0b751-e331-43fd-8ac9-920c00235e02
    Urpf-mode     : STRICT_MODE
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 45b254da-c6f5-43b3-8ab1-d949578b2ec2
    Ifuid         : 335
    Name          : bp-dr-port
    Mode          : lif
    IP/Mask       : 169.254.0.1/28;fe80::50:56ff:fe56:4452/64
    MAC           : 02:50:56:56:44:52
    VNI           : 71683
    LS port       : 9301d5ef-8045-4187-8689-d11c4a725f0f
    Urpf-mode     : PORT_CHECK
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 041bca09-9595-545f-9448-3f0326ecacc4
    Ifuid         : 334
    Mode          : blackhole

    Interface     : c71e086c-1165-5924-92c3-8b00c26d4be6
    Ifuid         : 333
    Mode          : cpu
Routing table 〈only on T0–SR〉

The routing table only exists in a T0-SR component so this is not applicable here.

Host Transport Nodes

HOST–1

Logical Routers

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get logical-router) ==> :

esxcomp-01a.corp.local> get logical-router
                  Logical Routers Summary
----
                VDR UUID                 LIF num  Route num
Forwarding Table

No DR or SR components exist so this output is not applicable.

Interfaces

No DR or SR components exist so this output is not applicable.

Routing table 〈only on T0–SR〉

The routing table only exists in a T0-SR component so this is not applicable here.

HOST–2

Logical Routers

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get logical-router) ==> :

esxcomp-02a.corp.local> get logical-router
                  Logical Routers Summary
----
                VDR UUID                 LIF num  Route num
Forwarding Table

No DR or SR components exist so this output is not applicable.

Interfaces

No DR or SR components exist so this output is not applicable.

Routing table 〈only on T0–SR〉

The routing table only exists in a T0-SR component so this is not applicable here.

Conclusion

Now that we have attached a segment to the T1 Gateway 2 we see some changes across the environment. A summary of the changes can be found below:

  1. An already created segment is connected to Tier 1 Gateway 2
  2. One T1-DR-GW2 instance is initiated on each Internal Edge VM

When we visualize this, this looks like the picture below:

Network-Diagram-TEST2-WITH-T1-SERVICES-STEP-3.png

And let's collect the outputs again.

Connecting a VM to that 〈app〉 segment

We have seen that the internal and external edges added some DR and SR components. We have also seen that NO changes were made on the Hosts.

Let's add the segment to a VM that is sitting on Host 2.

Test-2-sr-dr-19072019-05.png

And let's collect the outputs again.

External Edges

EXT–EDGE–VM–1

Logical Routers

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get logical-router) ==> :

edgenode-01a> get logical-router
Logical Router
UUID                                   VRF    LR-ID  Name                              Type                        Ports
736a80e3-23f6-5a2d-81d6-bbefb2786666   0      0                                        TUNNEL                      3
f468f807-15b2-4b8f-a56f-47f7901b1ebb   1      2      SR-T0-GW                          SERVICE_ROUTER_TIER0        6
a98d7930-751c-4c25-af7e-dd8ad48b4ecd   9      1      DR-T0-GW                          DISTRIBUTED_ROUTER_TIER0    4
Forwarding Table

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get forwarding) ==> :

edgenode-01a> vrf 1
edgenode-01a(tier0_sr)> get forwarding
Logical Router
UUID                                   VRF    LR-ID  Name                              Type
f468f807-15b2-4b8f-a56f-47f7901b1ebb   1      2      SR-T0-GW                          SERVICE_ROUTER_TIER0
IPv4 Forwarding Table
IP Prefix          Gateway IP      Type     UUID                                   Gateway MAC
100.64.128.0/32                    route    6a312ef1-62bd-55c4-ac39-f181a2509333
100.64.128.0/31                    route    6abd0256-a21d-4df0-8fba-e5e79e48ad34
127.0.0.1/32                       route    1844fe04-4079-43be-9c18-3a3885347ba3
169.254.0.0/25                     route    377f31fd-b7b5-4e29-9b36-22bcd835d6e5
169.254.0.1/32                     route    6a312ef1-62bd-55c4-ac39-f181a2509333
169.254.0.2/32                     route    fa19a00a-b4f6-577e-9eb0-7cdb83d85f7a
169.254.0.128/25                   route    d1850f0f-786a-43b7-89b1-fa4d15433718
169.254.0.130/32                   route    fa19a00a-b4f6-577e-9eb0-7cdb83d85f7a
172.16.20.0/24     100.64.128.1    route    6abd0256-a21d-4df0-8fba-e5e79e48ad34
192.168.0.0/24     192.168.240.1   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6   00:50:56:01:20:a5
192.168.100.0/24   192.168.240.1   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6   00:50:56:01:20:a5
192.168.110.0/24   192.168.240.1   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6   00:50:56:01:20:a5
192.168.120.0/24   192.168.240.1   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6   00:50:56:01:20:a5
192.168.130.0/24   192.168.240.1   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6   00:50:56:01:20:a5
192.168.140.0/24   192.168.240.1   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6   00:50:56:01:20:a5
192.168.150.0/24   192.168.240.1   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6   00:50:56:01:20:a5
192.168.210.0/24   192.168.240.1   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6   00:50:56:01:20:a5
192.168.220.0/24   192.168.240.1   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6   00:50:56:01:20:a5
192.168.230.0/24   192.168.240.1   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6   00:50:56:01:20:a5
192.168.240.0/24                   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6
192.168.240.3/32                   route    fa19a00a-b4f6-577e-9eb0-7cdb83d85f7a
192.168.250.0/24   169.254.0.131   route    d1850f0f-786a-43b7-89b1-fa4d15433718   02:50:56:56:52:01
IPv6 Forwarding Table
IP Prefix                                     Gateway IP                                Type        UUID                                   Gateway MAC
::1/128                                                                                 route       1844fe04-4079-43be-9c18-3a3885347ba3
fc26:df97:c616:4800::/64                                                                route       6abd0256-a21d-4df0-8fba-e5e79e48ad34
fc26:df97:c616:4800::1/128                                                              route       6a312ef1-62bd-55c4-ac39-f181a2509333
fe80::/64                                                                               route       377f31fd-b7b5-4e29-9b36-22bcd835d6e5

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get forwarding) ==> :

edgenode-01a> vrf 9
edgenode-01a(vrf)> get forwarding
Logical Router
UUID                                   VRF    LR-ID  Name                              Type
a98d7930-751c-4c25-af7e-dd8ad48b4ecd   9      1      DR-T0-GW                          DISTRIBUTED_ROUTER_TIER0
IPv4 Forwarding Table
IP Prefix          Gateway IP      Type     UUID                                   Gateway MAC
100.64.128.0/32                    route    6a312ef1-62bd-55c4-ac39-f181a2509333
100.64.128.0/31                    route    6abd0256-a21d-4df0-8fba-e5e79e48ad34
127.0.0.1/32                       route    1844fe04-4079-43be-9c18-3a3885347ba3
169.254.0.0/25                     route    377f31fd-b7b5-4e29-9b36-22bcd835d6e5
169.254.0.1/32                     route    6a312ef1-62bd-55c4-ac39-f181a2509333
169.254.0.2/32                     route    fa19a00a-b4f6-577e-9eb0-7cdb83d85f7a
169.254.0.128/25                   route    d1850f0f-786a-43b7-89b1-fa4d15433718
169.254.0.130/32                   route    fa19a00a-b4f6-577e-9eb0-7cdb83d85f7a
172.16.20.0/24     100.64.128.1    route    6abd0256-a21d-4df0-8fba-e5e79e48ad34
192.168.0.0/24     192.168.240.1   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6   00:50:56:01:20:a5
192.168.100.0/24   192.168.240.1   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6   00:50:56:01:20:a5
192.168.110.0/24   192.168.240.1   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6   00:50:56:01:20:a5
192.168.120.0/24   192.168.240.1   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6   00:50:56:01:20:a5
192.168.130.0/24   192.168.240.1   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6   00:50:56:01:20:a5
192.168.140.0/24   192.168.240.1   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6   00:50:56:01:20:a5
192.168.150.0/24   192.168.240.1   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6   00:50:56:01:20:a5
192.168.210.0/24   192.168.240.1   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6   00:50:56:01:20:a5
192.168.220.0/24   192.168.240.1   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6   00:50:56:01:20:a5
192.168.230.0/24   192.168.240.1   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6   00:50:56:01:20:a5
192.168.240.0/24                   route    c0a418d5-2bce-4ec1-ad28-21be7af50dd6
192.168.240.3/32                   route    fa19a00a-b4f6-577e-9eb0-7cdb83d85f7a
192.168.250.0/24   169.254.0.131   route    d1850f0f-786a-43b7-89b1-fa4d15433718   02:50:56:56:52:01
IPv6 Forwarding Table
IP Prefix                                     Gateway IP                                Type        UUID                                   Gateway MAC
::1/128                                                                                 route       1844fe04-4079-43be-9c18-3a3885347ba3
fc26:df97:c616:4800::/64                                                                route       6abd0256-a21d-4df0-8fba-e5e79e48ad34
fc26:df97:c616:4800::1/128                                                              route       6a312ef1-62bd-55c4-ac39-f181a2509333
fe80::/64                                                                               route       377f31fd-b7b5-4e29-9b36-22bcd835d6e5
Interfaces

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get interfaces) ==> :

edgenode-01a> vrf 1
edgenode-01a(tier0_sr)> get interfaces
Logical Router
UUID                                   VRF    LR-ID  Name                              Type
a98d7930-751c-4c25-af7e-dd8ad48b4ecd   9      1      DR-T0-GW                          DISTRIBUTED_ROUTER_TIER0
Interfaces
    Interface     : 6abd0256-a21d-4df0-8fba-e5e79e48ad34
    Ifuid         : 350
    Name          : T0-GW-T1-GW2-t0_lrp
    Internal name : downlink-350
    Mode          : lif
    IP/Mask       : 100.64.128.0/31;fc26:df97:c616:4800::1/64;fe80::50:56ff:fe56:4452/64
    MAC           : 02:50:56:56:44:52
    VNI           : 71682
    LS port       : b13233e7-5245-40c9-8501-322d2535eb43
    Urpf-mode     : PORT_CHECK
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : e78088b2-3cb6-4eca-8c67-3ca96461e899
    Ifuid         : 347
    Name          : bp-dr-port
    Mode          : lif
    IP/Mask       : 169.254.0.1/25;fe80::50:56ff:fe56:4452/64
    MAC           : 02:50:56:56:44:52
    VNI           : 71680
    LS port       : 7392e57a-457c-4eef-905a-38d72491e6ca
    Urpf-mode     : PORT_CHECK
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 4a1394e1-68ff-5ed0-b6de-1b4173f3d65a
    Ifuid         : 345
    Mode          : blackhole

    Interface     : 6a312ef1-62bd-55c4-ac39-f181a2509333
    Ifuid         : 344
    Mode          : cpu

Logical Router
UUID                                   VRF    LR-ID  Name                              Type
f468f807-15b2-4b8f-a56f-47f7901b1ebb   1      2      SR-T0-GW                          SERVICE_ROUTER_TIER0
Interfaces
    Interface     : d1850f0f-786a-43b7-89b1-fa4d15433718
    Ifuid         : 270
    Name          : sr0-internal-routing-port
    Internal name : inter-sr-270
    Mode          : lif
    IP/Mask       : 169.254.0.130/25;fe80::50:56ff:fe56:5200/64
    MAC           : 02:50:56:56:52:00
    VNI           : 71693
    LS port       : 62297744-6db1-4779-bca4-e176030ca612
    Urpf-mode     : PORT_CHECK
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : fa19a00a-b4f6-577e-9eb0-7cdb83d85f7a
    Ifuid         : 267
    Mode          : cpu

    Interface     : c5c64a69-f798-53ac-9fd5-31c64558a9bf
    Ifuid         : 268
    Mode          : blackhole

    Interface     : c0a418d5-2bce-4ec1-ad28-21be7af50dd6
    Ifuid         : 272
    Name          : Uplink-1
    Internal name : uplink-272
    Mode          : lif
    IP/Mask       : 192.168.240.3/24
    MAC           : 00:50:56:94:b6:b6
    LS port       : b552acab-beeb-434c-9e1b-9efe974a1951
    Urpf-mode     : STRICT_MODE
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 377f31fd-b7b5-4e29-9b36-22bcd835d6e5
    Ifuid         : 275
    Name          : bp-sr0-port
    Mode          : lif
    IP/Mask       : 169.254.0.2/25;fe80::50:56ff:fe56:5300/64
    MAC           : 02:50:56:56:53:00
    VNI           : 71680
    LS port       : 051d3b69-0df6-405d-a318-da6a0d9161f5
    Urpf-mode     : NONE
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 1844fe04-4079-43be-9c18-3a3885347ba3
    Ifuid         : 274
    Mode          : loopback
    IP/Mask       : 127.0.0.1/8;::1/128

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get interfaces) ==> :

edgenodi-01a> vrf 8
edgenodi-01a(vrf)> get interfaces
Logical Router
UUID                                   VRF    LR-ID  Name                              Type
a98d7930-751c-4c25-af7e-dd8ad48b4ecd   8      1      DR-T0-GW                          DISTRIBUTED_ROUTER_TIER0
Interfaces
    Interface     : e78088b2-3cb6-4eca-8c67-3ca96461e899
    Ifuid         : 326
    Name          : bp-dr-port
    Mode          : lif
    IP/Mask       : 169.254.0.1/25;fe80::50:56ff:fe56:4452/64
    MAC           : 02:50:56:56:44:52
    VNI           : 71680
    LS port       : 7392e57a-457c-4eef-905a-38d72491e6ca
    Urpf-mode     : PORT_CHECK
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 6abd0256-a21d-4df0-8fba-e5e79e48ad34
    Ifuid         : 324
    Name          : T0-GW-T1-GW2-t0_lrp
    Mode          : lif
    IP/Mask       : 100.64.128.0/31;fc26:df97:c616:4800::1/64;fe80::50:56ff:fe56:4452/64
    MAC           : 02:50:56:56:44:52
    VNI           : 71682
    LS port       : b13233e7-5245-40c9-8501-322d2535eb43
    Urpf-mode     : PORT_CHECK
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 4a1394e1-68ff-5ed0-b6de-1b4173f3d65a
    Ifuid         : 322
    Mode          : blackhole

    Interface     : 6a312ef1-62bd-55c4-ac39-f181a2509333
    Ifuid         : 321
    Mode          : cpu

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get interfaces) ==> :

edgenodi-01a> vrf 9
edgenodi-01a(vrf)> get interfaces
Logical Router
UUID                                   VRF    LR-ID  Name                              Type
2128fa8b-ad8b-44c3-ab41-119034970d34   9      11     DR-T1-GW2                         DISTRIBUTED_ROUTER_TIER1
Interfaces
    Interface     : 45b254da-c6f5-43b3-8ab1-d949578b2ec2
    Ifuid         : 332
    Name          : bp-dr-port
    Mode          : lif
    IP/Mask       : 169.254.0.1/28;fe80::50:56ff:fe56:4452/64
    MAC           : 02:50:56:56:44:52
    VNI           : 71683
    LS port       : 9301d5ef-8045-4187-8689-d11c4a725f0f
    Urpf-mode     : PORT_CHECK
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 03afcddc-1eb3-4163-b09d-b2316f79a13d
    Ifuid         : 331
    Name          : infra-app-seg-dlrp
    Mode          : lif
    IP/Mask       : 172.16.20.1/24
    MAC           : 02:50:56:56:44:52
    VNI           : 71686
    LS port       : ada0b751-e331-43fd-8ac9-920c00235e02
    Urpf-mode     : STRICT_MODE
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 041bca09-9595-545f-9448-3f0326ecacc4
    Ifuid         : 330
    Mode          : blackhole

    Interface     : c71e086c-1165-5924-92c3-8b00c26d4be6
    Ifuid         : 329
    Mode          : cpu

Logical Router
UUID                                   VRF    LR-ID  Name                              Type
9630e8ab-1a03-4106-b19e-1e2b6a461c30   7      12     SR-T1-GW2                         SERVICE_ROUTER_TIER1
Interfaces
    Interface     : 2de96772-edec-4318-994a-e0bad967179a
    Ifuid         : 320
    Name          : T0-GW-T1-GW2-t1_lrp
    Mode          : lif
    IP/Mask       : 100.64.128.1/31;fc26:df97:c616:4800::2/64;fe80::50:56ff:fe56:4455/64
    MAC           : 02:50:56:56:44:55
    VNI           : 71682
    LS port       : f15123b8-c350-42d3-bed2-dcda4c948cdf
    Urpf-mode     : NONE
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 4e40d786-9877-4a5b-b6f1-bcdecb82830c
    Ifuid         : 318
    Name          : bp-sr0-port
    Mode          : lif
    IP/Mask       : 169.254.0.2/28;fe80::50:56ff:fe56:5300/64
    MAC           : 02:50:56:56:53:00
    VNI           : 71683
    LS port       : 025fef5c-abb0-48d4-811b-754283a233b8
    Urpf-mode     : NONE
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 2421ff60-a595-4c83-bbe9-af78fb7b8dbf
    Ifuid         : 317
    Mode          : loopback
    IP/Mask       : 127.0.0.1/8;::1/128

    Interface     : c89fb4e2-09bc-5dfc-a748-1631d86dccdf
    Ifuid         : 316
    Mode          : blackhole

    Interface     : 2c57e752-e699-5e33-a4e1-d02699a43f48
    Ifuid         : 315
    Mode          : cpu
Routing table 〈only on T0–SR〉

The routing table only exists in a T0-SR component so this is not applicable here.

INT–EDGE–VM–2

Logical Routers

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get logical-router) ==> :

edgenodi-02a> get logical-router
Logical Router
UUID                                   VRF    LR-ID  Name                              Type                        Ports
736a80e3-23f6-5a2d-81d6-bbefb2786666   0      0                                        TUNNEL                      3
9630e8ab-1a03-4106-b19e-1e2b6a461c30   7      12     SR-T1-GW2                         SERVICE_ROUTER_TIER1        5
a98d7930-751c-4c25-af7e-dd8ad48b4ecd   8      1      DR-T0-GW                          DISTRIBUTED_ROUTER_TIER0    4
2128fa8b-ad8b-44c3-ab41-119034970d34   9      11     DR-T1-GW2                         DISTRIBUTED_ROUTER_TIER1    4
Forwarding Table

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get forwarding) ==> :

edgenodi-02a> vrf 7
edgenodi-02a(tier1_sr)> get forwarding
Logical Router
UUID                                   VRF    LR-ID  Name                              Type
9630e8ab-1a03-4106-b19e-1e2b6a461c30   7      12     SR-T1-GW2                         SERVICE_ROUTER_TIER1
IPv4 Forwarding Table
IP Prefix          Gateway IP      Type     UUID                                   Gateway MAC
0.0.0.0/0          100.64.128.0    route    2de96772-edec-4318-994a-e0bad967179a
100.64.128.0/31                    route    2de96772-edec-4318-994a-e0bad967179a
127.0.0.1/32                       route    2421ff60-a595-4c83-bbe9-af78fb7b8dbf
169.254.0.0/28                     route    4e40d786-9877-4a5b-b6f1-bcdecb82830c
169.254.0.1/32                     route    c71e086c-1165-5924-92c3-8b00c26d4be6
172.16.20.0/24                     route    03afcddc-1eb3-4163-b09d-b2316f79a13d
172.16.20.1/32                     route    c71e086c-1165-5924-92c3-8b00c26d4be6
IPv6 Forwarding Table
IP Prefix                                     Gateway IP                                Type        UUID                                   Gateway MAC
::/0                                          fc26:df97:c616:4800::1                    route       2de96772-edec-4318-994a-e0bad967179a
::1/128                                                                                 route       2421ff60-a595-4c83-bbe9-af78fb7b8dbf
fc26:df97:c616:4800::/64                                                                route       2de96772-edec-4318-994a-e0bad967179a

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get forwarding) ==> :

edgenodi-02a> vrf 8
edgenodi-02a(vrf)> get forwarding
Logical Router
UUID                                   VRF    LR-ID  Name                              Type
a98d7930-751c-4c25-af7e-dd8ad48b4ecd   8      1      DR-T0-GW                          DISTRIBUTED_ROUTER_TIER0
IPv4 Forwarding Table
IP Prefix          Gateway IP      Type     UUID                                   Gateway MAC
0.0.0.0/0          169.254.0.2     route    e78088b2-3cb6-4eca-8c67-3ca96461e899
                   169.254.0.3              e78088b2-3cb6-4eca-8c67-3ca96461e899
100.64.128.0/32                    route    6a312ef1-62bd-55c4-ac39-f181a2509333
100.64.128.0/31                    route    6abd0256-a21d-4df0-8fba-e5e79e48ad34
169.254.0.0/25                     route    e78088b2-3cb6-4eca-8c67-3ca96461e899
169.254.0.1/32                     route    6a312ef1-62bd-55c4-ac39-f181a2509333
172.16.20.0/24     100.64.128.1    route    6abd0256-a21d-4df0-8fba-e5e79e48ad34
192.168.240.0/24   169.254.0.2     route    e78088b2-3cb6-4eca-8c67-3ca96461e899
192.168.240.3/32   169.254.0.2     route    e78088b2-3cb6-4eca-8c67-3ca96461e899
192.168.250.0/24   169.254.0.3     route    e78088b2-3cb6-4eca-8c67-3ca96461e899
192.168.250.3/32   169.254.0.3     route    e78088b2-3cb6-4eca-8c67-3ca96461e899
IPv6 Forwarding Table
IP Prefix                                     Gateway IP                                Type        UUID                                   Gateway MAC
::/0                                          fe80::50:56ff:fe56:5300                   route       e78088b2-3cb6-4eca-8c67-3ca96461e899
                                              fe80::50:56ff:fe56:5301                               e78088b2-3cb6-4eca-8c67-3ca96461e899
fc26:df97:c616:4800::/64                                                                route       6abd0256-a21d-4df0-8fba-e5e79e48ad34
fc26:df97:c616:4800::1/128                                                              route       6a312ef1-62bd-55c4-ac39-f181a2509333

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get forwarding) ==> :

edgenodi-02a> vrf 9
edgenodi-02a(vrf)> get forwarding
Logical Router
UUID                                   VRF    LR-ID  Name                              Type
2128fa8b-ad8b-44c3-ab41-119034970d34   9      11     DR-T1-GW2                         DISTRIBUTED_ROUTER_TIER1
IPv4 Forwarding Table
IP Prefix          Gateway IP      Type     UUID                                   Gateway MAC
0.0.0.0/0          169.254.0.2     route    45b254da-c6f5-43b3-8ab1-d949578b2ec2
169.254.0.0/28                     route    45b254da-c6f5-43b3-8ab1-d949578b2ec2
169.254.0.1/32                     route    c71e086c-1165-5924-92c3-8b00c26d4be6
172.16.20.0/24                     route    03afcddc-1eb3-4163-b09d-b2316f79a13d
172.16.20.1/32                     route    c71e086c-1165-5924-92c3-8b00c26d4be6
IPv6 Forwarding Table
IP Prefix                                     Gateway IP                                Type        UUID                                   Gateway MAC
::/0                                          fe80::50:56ff:fe56:5300                   route       45b254da-c6f5-43b3-8ab1-d949578b2ec2
Interfaces

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get interfaces) ==> :

edgenodi-02a> vrf 7
edgenodi-02a(tier1_sr)> get interfaces
Logical Router
UUID                                   VRF    LR-ID  Name                              Type
2128fa8b-ad8b-44c3-ab41-119034970d34   9      11     DR-T1-GW2                         DISTRIBUTED_ROUTER_TIER1
Interfaces
    Interface     : 03afcddc-1eb3-4163-b09d-b2316f79a13d
    Ifuid         : 336
    Name          : infra-app-seg-dlrp
    Mode          : lif
    IP/Mask       : 172.16.20.1/24
    MAC           : 02:50:56:56:44:52
    VNI           : 71686
    LS port       : ada0b751-e331-43fd-8ac9-920c00235e02
    Urpf-mode     : STRICT_MODE
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 45b254da-c6f5-43b3-8ab1-d949578b2ec2
    Ifuid         : 335
    Name          : bp-dr-port
    Mode          : lif
    IP/Mask       : 169.254.0.1/28;fe80::50:56ff:fe56:4452/64
    MAC           : 02:50:56:56:44:52
    VNI           : 71683
    LS port       : 9301d5ef-8045-4187-8689-d11c4a725f0f
    Urpf-mode     : PORT_CHECK
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 041bca09-9595-545f-9448-3f0326ecacc4
    Ifuid         : 334
    Mode          : blackhole

    Interface     : c71e086c-1165-5924-92c3-8b00c26d4be6
    Ifuid         : 333
    Mode          : cpu

Logical Router
UUID                                   VRF    LR-ID  Name                              Type
9630e8ab-1a03-4106-b19e-1e2b6a461c30   7      12     SR-T1-GW2                         SERVICE_ROUTER_TIER1
Interfaces
    Interface     : 2de96772-edec-4318-994a-e0bad967179a
    Ifuid         : 324
    Name          : T0-GW-T1-GW2-t1_lrp
    Mode          : lif
    IP/Mask       : 100.64.128.1/31;fc26:df97:c616:4800::2/64;fe80::50:56ff:fe56:4455/64
    MAC           : 02:50:56:56:44:55
    VNI           : 71682
    LS port       : f15123b8-c350-42d3-bed2-dcda4c948cdf
    Urpf-mode     : NONE
    Admin         : up
    Op_state      : down
    MTU           : 1500

    Interface     : 4e40d786-9877-4a5b-b6f1-bcdecb82830c
    Ifuid         : 322
    Name          : bp-sr0-port
    Mode          : lif
    IP/Mask       : 169.254.0.2/28;fe80::50:56ff:fe56:5300/64
    MAC           : 02:50:56:56:53:00
    VNI           : 71683
    LS port       : 025fef5c-abb0-48d4-811b-754283a233b8
    Urpf-mode     : NONE
    Admin         : up
    Op_state      : down
    MTU           : 1500

    Interface     : 2421ff60-a595-4c83-bbe9-af78fb7b8dbf
    Ifuid         : 321
    Mode          : loopback
    IP/Mask       : 127.0.0.1/8;::1/128

    Interface     : c89fb4e2-09bc-5dfc-a748-1631d86dccdf
    Ifuid         : 320
    Mode          : blackhole

    Interface     : 2c57e752-e699-5e33-a4e1-d02699a43f48
    Ifuid         : 319
    Mode          : cpu

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get interfaces) ==> :

edgenodi-02a> vrf 8
edgenodi-02a(vrf)> get interfaces
Logical Router
UUID                                   VRF    LR-ID  Name                              Type
a98d7930-751c-4c25-af7e-dd8ad48b4ecd   8      1      DR-T0-GW                          DISTRIBUTED_ROUTER_TIER0
Interfaces
    Interface     : e78088b2-3cb6-4eca-8c67-3ca96461e899
    Ifuid         : 330
    Name          : bp-dr-port
    Mode          : lif
    IP/Mask       : 169.254.0.1/25;fe80::50:56ff:fe56:4452/64
    MAC           : 02:50:56:56:44:52
    VNI           : 71680
    LS port       : 7392e57a-457c-4eef-905a-38d72491e6ca
    Urpf-mode     : PORT_CHECK
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 6abd0256-a21d-4df0-8fba-e5e79e48ad34
    Ifuid         : 328
    Name          : T0-GW-T1-GW2-t0_lrp
    Mode          : lif
    IP/Mask       : 100.64.128.0/31;fc26:df97:c616:4800::1/64;fe80::50:56ff:fe56:4452/64
    MAC           : 02:50:56:56:44:52
    VNI           : 71682
    LS port       : b13233e7-5245-40c9-8501-322d2535eb43
    Urpf-mode     : PORT_CHECK
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 4a1394e1-68ff-5ed0-b6de-1b4173f3d65a
    Ifuid         : 326
    Mode          : blackhole

    Interface     : 6a312ef1-62bd-55c4-ac39-f181a2509333
    Ifuid         : 325
    Mode          : cpu

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get interfaces) ==> :

edgenodi-02a> vrf 9
edgenodi-02a(vrf)> get interfaces
Logical Router
UUID                                   VRF    LR-ID  Name                              Type
2128fa8b-ad8b-44c3-ab41-119034970d34   9      11     DR-T1-GW2                         DISTRIBUTED_ROUTER_TIER1
Interfaces
    Interface     : 03afcddc-1eb3-4163-b09d-b2316f79a13d
    Ifuid         : 336
    Name          : infra-app-seg-dlrp
    Mode          : lif
    IP/Mask       : 172.16.20.1/24
    MAC           : 02:50:56:56:44:52
    VNI           : 71686
    LS port       : ada0b751-e331-43fd-8ac9-920c00235e02
    Urpf-mode     : STRICT_MODE
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 45b254da-c6f5-43b3-8ab1-d949578b2ec2
    Ifuid         : 335
    Name          : bp-dr-port
    Mode          : lif
    IP/Mask       : 169.254.0.1/28;fe80::50:56ff:fe56:4452/64
    MAC           : 02:50:56:56:44:52
    VNI           : 71683
    LS port       : 9301d5ef-8045-4187-8689-d11c4a725f0f
    Urpf-mode     : PORT_CHECK
    Admin         : up
    Op_state      : up
    MTU           : 1500

    Interface     : 041bca09-9595-545f-9448-3f0326ecacc4
    Ifuid         : 334
    Mode          : blackhole

    Interface     : c71e086c-1165-5924-92c3-8b00c26d4be6
    Ifuid         : 333
    Mode          : cpu
Routing table 〈only on T0–SR〉

The routing table only exists in a T0-SR component so this is not applicable here.

Host Transport Nodes

HOST–1

Logical Routers

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get logical-router) ==> :

esxcomp-01a.corp.local> get logical-router
                  Logical Routers Summary
----
                VDR UUID                 LIF num  Route num
Forwarding Table

No DR or SR components exist so this output is not applicable.

Interfaces

No DR or SR components exist so this output is not applicable.

Routing table 〈only on T0–SR〉

The routing table only exists in a T0-SR component so this is not applicable here.

HOST–2

Logical Routers

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get logical-router) ==> :

esxcomp-02a.corp.local> get logical-router
                  Logical Routers Summary
----
                VDR UUID                 LIF num  Route num
  2128fa8b-ad8b-44c3-ab41-119034970d34      2        3
Forwarding Table

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get logical-router 2128fa8b-ad8b-44c3-ab41-119034970d34 forwarding) ==> :

esxcomp-02a.corp.local> get logical-router 2128fa8b-ad8b-44c3-ab41-119034970d34 forwarding
                                       Logical Routers Forwarding Table
----
Flags Legend: [U: Up], [G: Gateway], [C: Connected], [I: Interface]
[H: Host], [R: Reject], [B: Blackhole], [F: Soft Flush], [E: ECMP]

                   Network                               Gateway                Type               Interface UUID
=======================================================
0.0.0.0/0                                              169.254.0.2               UG     45b254da-c6f5-43b3-8ab1-d949578b2ec2
169.254.0.0/28                                           0.0.0.0                UCI     45b254da-c6f5-43b3-8ab1-d949578b2ec2
172.16.20.0/24                                           0.0.0.0                UCI     03afcddc-1eb3-4163-b09d-b2316f79a13d
::/0                                             fe80::50:56ff:fe56:5300         UG     45b254da-c6f5-43b3-8ab1-d949578b2ec2
fe80::50:56ff:fe56:5300/128                                 ::                  UCI     45b254da-c6f5-43b3-8ab1-d949578b2ec2
fe80:318:100:0:50:56ff:fe56:4452/128                        ::                  UCI     45b254da-c6f5-43b3-8ab1-d949578b2ec2
ff02:318:100::1:ff56:4452/128                               ::                  UCI     45b254da-c6f5-43b3-8ab1-d949578b2ec2
ff02:318:100::1:ff56:5300/128                               ::                  UCI     45b254da-c6f5-43b3-8ab1-d949578b2ec2
Interfaces

CLICK ON EXPAND ==> ON THE RIGHT ==> TO SEE THE OUTPUT (get logical-router 2128fa8b-ad8b-44c3-ab41-119034970d34 interfaces) ==> :

esxcomp-02a.corp.local> get logical-router 2128fa8b-ad8b-44c3-ab41-119034970d34 interfaces
                         Logical Router Interfaces
----
LIF UUID                 : 03afcddc-1eb3-4163-b09d-b2316f79a13d
Mode                     : [b'Routing']
Overlay VNI              : 71686
IP/Mask                  : 172.16.20.1/24
Mac                      : 02:50:56:56:44:52
Connected DVS            : nvds
Control plane enable     : True
Replication Mode         : 0.0.0.1
State                    : [b'Enabled']
Flags                    : 0x388
DHCP relay               : Not enable

LIF UUID                 : 45b254da-c6f5-43b3-8ab1-d949578b2ec2
Mode                     : [b'Routing-Backplane']
Overlay VNI              : 71683
IP/Mask                  : 169.254.0.1/28;  fe80::50:56ff:fe56:4452/128
Mac                      : 02:50:56:56:44:52
Connected DVS            : nvds
Control plane enable     : True
Replication Mode         : 0.0.0.1
State                    : [b'Enabled']
Flags                    : 0x10308
DHCP relay               : Not enable
Routing table 〈only on T0–SR〉

The routing table only exists in a T0-SR component so this is not applicable here.

Conclusion

We have connected an APP-VM (sitting in Host 2) on the app segment.

A summary of the changes can be found below:

  1. One T1-DR (Gateway 2) instance is initiated on the NSX prepared Host

When we visualize this, this looks like the picture below:

Network-Diagram-TEST2-WITH-T1-SERVICES-STEP-4.png

Looking at the routing and traffic flow

Now we collected all the relevant information to determine the routing/traffic flow we can "follow the path". We will do this for traffic in both directions.

South to North routing and trafficflows

When we look at all the outputs from the step where we actually connected the VM to the app segment we can conclude that the routing for South to North traffic follows the following path:

  1. From the APP-VM towards the local DR-T1-GW2 Logical router on the Host
  2. From the local DR-T1-GW2 Logical router on the Host towards the SR-T1-GW2 on the Internal Edge VM 1 (hair pinned)
  3. From the SR-T1-GW2 on the internal Edge VM 1 towards the local DR-T0 on that same Internal Edge VM
  4. And finally from the local DR-T0 on the Internal Edge VM towards the SR-T0 on the External Edges (load balanced)
  5. And finally from the SR-T0 on the External Edges towards the "physical world"

When we visualize this, this looks like the picture below:

Network-Diagram-TEST2-WITH-T1-SERVICES-STEP-5.1.png

North to South routing and trafficflows

When we look at the routing/traffic flows for the return traffic coming from the North, we see that the path taken back is totally different. We can conclude that the routing for North to South traffic follows the following path:

  1. From the "physical world" towards the SR-T0-GW (on the picture below: T0-GW-SR) on the External Edges
  2. From SR-T0-GW on the External Edges towards the DR-T0 on the same External Edge
  3. From the DR-T0 on the same External Edge towards the DR-T1-GW2 component on the Internal Edge (hair pinned)
  4. From the DR-T1-GW2 component on the Internal Edge on that same Edge to the DR-T1-GW2
  5. And finally from that DR-T1-GW2 component that same Internal Edge towards the APP-VM.

When we visualize this, this looks like the picture below:

Network-Diagram-TEST2-WITH-T1-SERVICES-STEP-5.2.1.png

Now when we follow the routing outputs we something strange... it as almost like there are "shortcuts" taken in the DR and SR components and it looks like interfaces are moved around between DR's and SR's.

When we visualize this, this looks like the picture below:

Network-Diagram-TEST2-WITH-T1-SERVICES-STEP-5.2.2.png

To the routing tables tells us that the "red paths" in the pictures ate not taken. The "dotted" interfaces are the ones that are moved around to take the "shortcut". We don't have an explanation for this at this moment.

Concusion for routing and trafficflows

So the main conclusions are:

  1. The DR and SR components are created across different location depending on the order of operations you use to create T1 gateways, segments and connect VM's to segments
  2. The network traffic/routing flow is asymmetric for North to South flows and for South to North flows.

Additional Traceflow outputs

Below you can see that the above conclusions are confirmed with the trace flows shown below.

SRC is APP VM and DST is IP address 1 - physical world

This test is to verify the from between the APP-VM towards the physical world.

Test-2-sr-dr-19072019-06.png

Test-2-sr-dr-19072019-07.png

We also verified what the "active" Internal Edge VM in the cluster is:

Test-2-sr-dr-19072019-02.png

SRC is APP VM and DST is IP address 2 - physical world

This test was conducted to verify the hair-pinning towards the "active" internal Edge VM.

Test-2-sr-dr-19072019-08.png

Test-2-sr-dr-19072019-09.png

This test was conducted to verify and proof the load-balancing towards the "active" External Edge VM's.

Test-2-sr-dr-19072019-10.png

Test-2-sr-dr-19072019-11.png

SRC is External Edge VM 1 and DST is APP–VM

This test is to verify the flow between the first Edge VM towards the APP-VM.

Test-2-sr-dr-19072019-12.png

Test-2-sr-dr-19072019-13.png

SRC is External Edge VM 2 and DST is APP VM

This test is to verify the flow between the second Edge VM towards the APP-VM.

Test-2-sr-dr-19072019-14.png

Test-2-sr-dr-19072019-15.png

Technical Reviews

This article was technically reviewed by the following SME's:

Name LinkedIn Profile
TBD TBD
TBD TBD

I am always trying to improve the quality of my articles so if you see any errors, mistakes in this article or you have suggestions for improvement, please contact me and I will fix this.