Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Exercise 4BGP Over SVR


Step 1Configure Routing Interface ( loopback if )
bosdc1

Router: > Routing Instance

ADD Routing Interfaces

name rtg-int-bos   

IP address: 6.6.6.6

Image Added


show config running authority router bosdc1 routing default-instance interface rtg-int-bos


Code Block
titlerouting interface
collapsetrue
admin@node1.bosdc1# show config running authority router bosdc1 routing default-instance interface rtg-int-bos 

config

    authority

        router  bosdc1
            name     bosdc1

            routing  default-instance
                type       default-instance

                interface  rtg-int-bos
                    name        rtg-int-bos
                    ip-address  6.6.6.6
                exit
            exit
        exit
    exit
exit



show rib


Code Block
titleshow rib
collapsetrue
admin@node1.bosdc1# show rib 
Fri 2021-05-07 07:25:12 UTC
Codes: K - kernel route, C - connected, S - static, R - RIP,
       O - OSPF, I - IS-IS, B - BGP, E - EIGRP, N - NHRP,
       T - Table, v - VNC, V - VNC-Direct, A - Babel, D - SHARP,
       F - PBR,
       > - selected route, * - FIB route
. . . 
C>* 6.6.6.6/32 is directly connected, rtg-int-bos, 00:09:29


seabo1

name rtg-int-sea  

IP address: 7.7.7.7

dalbo2

name rtg-int-dal  

IP address: 8.8.8.8

Step 2Change Router Instance to Routing Interface


Step 3Add BGP Over SVR Peers


Step 4Add BGP Over SVR Peers


Step 5Verify BGP Over SVR


...