sachinites / SPFComputation

This project is about building the unicast routing table by performing the Shortest path tree computation on an input Network Topology(Graph)
GNU General Public License v3.0
8 stars 5 forks source link

Configure LDP/RSVP static route : Allow static configuration to install the route in RIB/FIB with indirect nexthops #21

Open sachinites opened 6 years ago

sachinites commented 6 years ago

CLI : static-route 172.16.6.1/32 indirect 192.0.2.6 ldp disallow-igp CLI: static-route 172.16.1.1/32 indirect 192.0.2.1 rsvp-te disallow-igp

The above command should install the LDP/RSVP route in RIB/FIB such that traffic for destination 172.16.6.1/32 should be tunneled through remote indirect nexthop 192.0.2.6/32 (end-point of the tunnel). Here indirect nexthop is ldp/rsvp tunnel end point whose loopback is 192.0.2.6..

Reference here