Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »


Exercise 1Static Route
add routing instance

Config > Router: seabo1

ADD  Routing Instances.

Type:  rt:default-instance for 


Add static route

ADD next to Static Routes.

Destination Address:   172.16.128.2/32
Administrative Distance:  1


Next Hop Choice:  Next Hop

ADD Static Route Next Hop List:  10.0.128.1


show fib


Add Access Policy to service 

Service named webserver.

ADD:  Access Policies

Name the Source: corp

Select allow as Permission


show fib

Test 

On the Branch Router:

ping 172.16.128.2


On The Branch Client:
Open a web browser and point it to http://172.16.128.2


Static route on Branch routerwe are just routing traffic

>> new session in the remote box, not the same session ID

show rib static router seabo1

>> NH is g3 ( or GIID 3, the mpls1 interface )

show rib static
admin@conductor1.conductor# show rib stati router seabo1
Thu 2021-05-06 09:36:26 UTC
========
 seabo1
========
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

S>* 172.16.128.2/32 [1/0] via 10.0.128.1, g3, 00:11:09


Completed in 0.14 seconds
admin@conductor1.conductor# 

show network-interface router seabo1

GIID ( Blobal Interface ID) 3 = mpls1

show network-interface
admin@conductor1.conductor# show network-interface router seabo1 
Thu 2021-05-06 09:40:57 UTC

======== ======= ======== ======= ============ ====== ========== ======= ======= ======= ======= ======= ======= ======= ======
 Router   Node    Device   Name    Forwarding   VLAN   Device     Type    DHCP    Addre   Gatew   Hostn   Admin   Oper    GIID
                                                       Type                       ss      ay      ame     Statu   Statu
                                                                                                          s       s
======== ======= ======== ======= ============ ====== ========== ======= ======= ======= ======= ======= ======= ======= ======
 seabo1   node1   mpls     mpls1   true            0   ethernet   exter   disab   10.0.   10.0.   --      up      up         3
                                                                  nal     led     128.0   128.1
                                                                                  /31
 seabo1   node1   svr1     srv1    true            0   ethernet   exter   disab   192.1   --      --      up      up         4
                                                                  nal     led     68.64
                                                                                  .1/24

Completed in 0.16 seconds
Exercise 2Configure Service Routes and Use SVR
Configure Service Route

Router >  seabo1 

ADD: Service Routes: 

modify service

webserver service.

Select internal for Security Policy.

Remove Static Route

Routers:  seabo1
Routing Instances: rt:default-instance

remove the Static Routes



View FIB


Set Service to Private


Verify Connectivity

On the Branch Router:

ping 172.16.128.2


On The Branch Client:
Open a web browser and point it to http://172.16.128.2

  • No labels