HI, I added a static route in zebra through vtysh. ip route x.x.x.x./y a.a.a.a the route is there when you do show ip route static but it doesnt work until you add with ip route command in linux shell ip route add x.x.x.x/y via a.a.a.a the interface is ppppoeXXX and the name keeps on changing. Kindly help to make static route working. -- Thanks and Regards
From Chaos to Control Neeraj Kharbanda
1) `show ver` 2) `show ip nht a.a.a.a` 3) does the static route show up in a `show run`? donald On Fri, Mar 13, 2020 at 1:22 AM neeraj kharbanda <hashbangtech@gmail.com> wrote:
HI, I added a static route in zebra through vtysh. ip route x.x.x.x./y a.a.a.a the route is there when you do show ip route static but it doesnt work until you add with ip route command in linux shell ip route add x.x.x.x/y via a.a.a.a the interface is ppppoeXXX and the name keeps on changing. Kindly help to make static route working. -- Thanks and Regards
From Chaos to Control Neeraj Kharbanda
_______________________________________________ frog mailing list frog@lists.frrouting.org https://lists.frrouting.org/listinfo/frog
HI, Ty, 1) `show ver` FRRouting 7.4-dev-MyOwnFRRVersion-gUNKNOWN (hbbras01-153204). Copyright 1996-2005 Kunihiro Ishiguro, et al. This is a git build of -- 0-gUNKNOWN Associated branch(es): local:master github/frrouting/frr.git/master --------------------------------------------- 2) `show ip nht a.a.a.a` hbbras01-153204# show ip nht 103.86.172.221 103.86.172.221 resolved via connected is directly connected, pppoe317 Client list: static(fd 27) -------------------------------------------- 3) does the static route show up in a `show run`? ip route 103.49.118.8/29 103.86.172.221 ip route 103.49.118.8/29 103.86.172.221 0 (added lately) ip route 103.49.118.8/29 Null0 (added lately) On Fri, Mar 13, 2020 at 4:04 PM Donald Sharp <sharpd@cumulusnetworks.com> wrote:
1) `show ver` 2) `show ip nht a.a.a.a` 3) does the static route show up in a `show run`?
donald
On Fri, Mar 13, 2020 at 1:22 AM neeraj kharbanda <hashbangtech@gmail.com> wrote:
HI, I added a static route in zebra through vtysh. ip route x.x.x.x./y a.a.a.a the route is there when you do show ip route static but it doesnt work until you add with ip route command in linux shell ip route add x.x.x.x/y via a.a.a.a the interface is ppppoeXXX and the name keeps on changing. Kindly help to make static route working. -- Thanks and Regards
From Chaos to Control Neeraj Kharbanda
_______________________________________________ frog mailing list frog@lists.frrouting.org https://lists.frrouting.org/listinfo/frog
-- Thanks and Regards
From Chaos to Control Neeraj Kharbanda +919911145461
Hi, The problem was stuck kernel route. This route was added with ip route command and later on added in zebra. When the port got down the route remained in fib of zebra with unknown interface. There was no way to remove. Through ip route del > no process. No way to delete kernel route in zebra. Restarted frr and it resolved the problem. On Sun, Mar 15, 2020 at 1:04 PM neeraj kharbanda <hashbangtech@gmail.com> wrote:
HI, Ty, 1) `show ver` FRRouting 7.4-dev-MyOwnFRRVersion-gUNKNOWN (hbbras01-153204). Copyright 1996-2005 Kunihiro Ishiguro, et al. This is a git build of -- 0-gUNKNOWN Associated branch(es): local:master github/frrouting/frr.git/master --------------------------------------------- 2) `show ip nht a.a.a.a` hbbras01-153204# show ip nht 103.86.172.221 103.86.172.221 resolved via connected is directly connected, pppoe317 Client list: static(fd 27) -------------------------------------------- 3) does the static route show up in a `show run`? ip route 103.49.118.8/29 103.86.172.221 ip route 103.49.118.8/29 103.86.172.221 0 (added lately) ip route 103.49.118.8/29 Null0 (added lately)
On Fri, Mar 13, 2020 at 4:04 PM Donald Sharp <sharpd@cumulusnetworks.com> wrote:
1) `show ver` 2) `show ip nht a.a.a.a` 3) does the static route show up in a `show run`?
donald
On Fri, Mar 13, 2020 at 1:22 AM neeraj kharbanda <hashbangtech@gmail.com> wrote:
HI, I added a static route in zebra through vtysh. ip route x.x.x.x./y a.a.a.a the route is there when you do show ip route static but it doesnt work until you add with ip route command in linux shell ip route add x.x.x.x/y via a.a.a.a the interface is ppppoeXXX and the name keeps on changing. Kindly help to make static route working. -- Thanks and Regards
From Chaos to Control Neeraj Kharbanda
_______________________________________________ frog mailing list frog@lists.frrouting.org https://lists.frrouting.org/listinfo/frog
-- Thanks and Regards
From Chaos to Control Neeraj Kharbanda +919911145461
-- Thanks and Regards
From Chaos to Control Neeraj Kharbanda +919911145461
participants (2)
-
Donald Sharp -
neeraj kharbanda