How do you determine why a route is hidden??

IOS2JUNOSIOS2JUNOS Member Posts: 56 ■■□□□□□□□□
from the following output..i don't see any obivous reason

[EMAIL="root@r3"]root@r3[/EMAIL]# run show route hidden detail
inet.0: 77 destinations, 86 routes (75 active, 0 holddown, 2 hidden)
172.17.0.0/16 (1 entry, 0 announced)
BGP /-101
Next hop type: Router, Next hop index: 431
Next-hop reference count: 1
Source: 172.16.0.14
Next hop: 172.16.0.14 via lt-0/0/0.1, selected
State: <Hidden Ext>
Local AS: 65000 Peer AS: 65222
Age: 6:29:53
Task: BGP_65222.172.16.0.14+179
AS path: 65222 I
Communities: 65412:101
Localpref: 100
Router ID: 172.16.0.14
220.0.0.0/28 (1 entry, 0 announced)
BGP /-101
Next hop type: Router, Next hop index: 438
Next-hop reference count: 9
Source: 172.16.0.18
Next hop: 172.16.0.18 via ge-0/0/2.0, selected
State: <Hidden Ext>
Local AS: 65000 Peer AS: 65222
Age: 6:29:50
Task: BGP_65222.172.16.0.18+179
AS path: 65222 I
Localpref: 100
Router ID: 172.16.0.18

Comments

  • froggy3132000froggy3132000 Member Posts: 28 ■□□□□□□□□□
    Lets see a

    show route table inet.0 172.17.0.0/16 extensive
  • IOS2JUNOSIOS2JUNOS Member Posts: 56 ■■□□□□□□□□
    [EMAIL="root@r3"]root@r3[/EMAIL]# run show route table inet.0 172.17.0.0/16 extensive hidden
    inet.0: 79 destinations, 88 routes (77 active, 0 holddown, 2 hidden)
    172.17.0.0/16 (1 entry, 0 announced)
    BGP /-101
    Next hop type: Router, Next hop index: 431
    Next-hop reference count: 1
    Source: 172.16.0.14
    Next hop: 172.16.0.14 via lt-0/0/0.1, selected
    State: <Hidden Ext>
    Local AS: 65000 Peer AS: 65222
    Age: 18:26:21
    Task: BGP_65222.172.16.0.14+179
    AS path: 65222 I
    Communities: 65412:101
    Localpref: 100
    Router ID: 172.16.0.14
    [edit protocols ospf]
    [EMAIL="root@r3"]root@r3[/EMAIL]# run show route table inet.0 172.17.0.0/16 extensive
    inet.0: 79 destinations, 88 routes (77 active, 0 holddown, 2 hidden)
    [edit protocols ospf]
  • AldurAldur Member Posts: 1,460
    what does 'show route resolution unresolved detail' give?
    "Bribe is such an ugly word. I prefer extortion. The X makes it sound cool."

    -Bender
  • hasan1507hasan1507 Member Posts: 52 ■■□□□□□□□□
    show route hidden extensive
    show route resolution unresolved detail

    these command can get you required information
    Thanks & Regards,

    Hasan Rauf
  • IOS2JUNOSIOS2JUNOS Member Posts: 56 ■■□□□□□□□□
    hasan1507 wrote: »
    show route hidden extensive
    show route resolution unresolved detail

    these command can get you required information

    [EMAIL="root@r3"]root@r3[/EMAIL]# run show route resolution unresolved detail
    Tree Index 1
    [edit protocols ospf]

    [EMAIL="oot@r3"]oot@r3[/EMAIL]# run show route hidden extensive
    inet.0: 79 destinations, 88 routes (77 active, 0 holddown, 2 hidden)
    172.17.0.0/16 (1 entry, 0 announced)
    BGP /-101
    Next hop type: Router, Next hop index: 431
    Next-hop reference count: 1
    Source: 172.16.0.14
    Next hop: 172.16.0.14 via lt-0/0/0.1, selected
    State: <Hidden Ext>
    Local AS: 65000 Peer AS: 65222
    Age: 1d 18:59:41
    Task: BGP_65222.172.16.0.14+179
    AS path: 65222 I
    Communities: 65412:101
    Localpref: 100
    Router ID: 172.16.0.14
    220.0.0.0/28 (1 entry, 0 announced)
    BGP /-101
    Next hop type: Router, Next hop index: 438
    Next-hop reference count: 9
    Source: 172.16.0.18
    Next hop: 172.16.0.18 via ge-0/0/2.0, selected
    State: <Hidden Ext>
    Local AS: 65000 Peer AS: 65222
    Age: 1d 18:59:38
    Task: BGP_65222.172.16.0.18+179
    AS path: 65222 I
    Localpref: 100
    Router ID: 172.16.0.18
  • RabeenZhuRabeenZhu Member Posts: 16 ■□□□□□□□□□
    My guess:
    Issue of route recursion.
    for example:
    your route's next-hop is reachable by some kind of default route, the recusive next-hop is 172.16.0.14,
    but for 172.16.0.14 the next-hop route is "your route"--172.17.0.0/16, not the default route.

    this kind of route will be hidden.
  • IOS2JUNOSIOS2JUNOS Member Posts: 56 ■■□□□□□□□□
    RabeenZhu wrote: »
    My guess:
    Issue of route recursion.
    for example:
    your route's next-hop is reachable by some kind of default route, the recusive next-hop is 172.16.0.14,
    but for 172.16.0.14 the next-hop route is "your route"--172.17.0.0/16, not the default route.

    this kind of route will be hidden.

    Thanks!!
  • chongch01chongch01 Member Posts: 41 ■■□□□□□□□□
    Appreciate if someone can give further explaination + solutions
    Thanks :)
  • chongch01chongch01 Member Posts: 41 ■■□□□□□□□□
    em ....... maybe this is the nature of it ....

    advertised a null static route can solve the problem ...
Sign In or Register to comment.