Routing: static



Local configured routes
Static, Aggregated and Generated ***Martian

routing-options{
      static {
***        defaults{
***           static-options;
***           }

               route destination-prefix {
                    next-hop <next-hop>;
                    qualified-next-hop <qualified-next-hop> {
                        metric <metric>;
                        preference <preference>;
                        }
                     lsp-next-hop <lsp-name>{
                          metric <metric>;
                          preference <preference>;
                          }
                     static-options;
                     }           
         }
     

route [destination prefix, next hop]
next hop:
1. directly connected IP
2. remote IP ( using rezolve)
3. reject (NH=null plus router send ICMP  destination unreachable)
4. discard (NH= null , router does not notify the source
5. qualified next hop ( assing multiple next hop+  preference values ~ floating static route)
6. LSP next hop ( if you have MPLS also configured)

Comments