Cloud

 View Only
last person joined: 7 days ago 

Ask questions and share experiences with Contrail Networking, Junos Space, Contrail Service Orchestration, NFX Series, Network Automation, Network Management, and all things related to cloud operations.
  • 1.  Problem with routing commands

    Posted 10-14-2022 10:07

    Hi all, I configured a router and a connected switch to it. I can ping the router IP from the switch and vice versa. Also, I can ping 1.1.1.1 from the router, but I can not ping 1.1.1.1 from the switch. Here is the routing table of the router:


    inet.0: 5 destinations, 5 routes (5 active, 0 holddown, 0 hidden)
    + = Active Route, - = Last Active, * = Both
    0.0.0.0/0 *[Static/5] 21:05:20
    > to 172.89.117.1 via xe-0/1/0.0
    172.89.117.0/22 *[Direct/0] 21:08:05
    > via xe-0/1/0.0
    172.89.117.2/32 *[Local/0] 21:08:05
    Local via xe-0/1/0.0
    192.168.50.0/24 *[Direct/0] 06:25:54
    > via xe-0/1/2.0
    192.168.50.1/32 *[Local/0] 06:25:54
    Local via xe-0/1/2.0

     



    ------------------------------
    Ali Shirvani
    ------------------------------


  • 2.  RE: Problem with routing commands

    Posted 10-14-2022 20:05
    Sounds like you might not have the default route setup on the switch pointed to the router ip address.
    set routing-options static route 0.0.0.0/0/0 next-hop 192.168.50.1

    ------------------------------
    Steve Puluka BSEET - Juniper Ambassador
    IP Architect - DQE Communications Pittsburgh, PA (Metro Ethernet & ISP - Retired)
    http://puluka.com/home
    ------------------------------



  • 3.  RE: Problem with routing commands

    Posted 10-15-2022 06:09
    Thanks a lot for your guidance.

    ------------------------------
    Ali Shirvani
    ------------------------------