Switching

 View Only
last person joined: yesterday 

Ask questions and share experiences about EX and QFX portfolios and all switching solutions across your data center, campus, and branch locations.
  • 1.  ex4200 ospf nssa docking cisco ospf nssa

    Posted 04-06-2020 06:30

    I have ex4200 run ospf nssa, we have new project docking cisco router. I found ex4200 ospf database have nssa route,

    but can't join to route table.

     

    root> show ospf database instance PG_VR_

    OSPF database, Area 0.0.0.11
    Type ID Adv Rtr Seq Age Opt Cksum Len
    Router *192.168.11.1 192.168.11.1 0x80000018 944 0x20 0x2717 60
    Router 192.168.11.255 192.168.11.255 0x80000044 1337 0x28 0x4e38 96
    Network *172.20.11.41 192.168.11.1 0x8000000a 2947 0x20 0xfd6 32
    Network *172.20.11.61 192.168.11.1 0x8000000c 1941 0x20 0x428d 32
    NSSA 100.101.0.0 192.168.11.255 0x80000001 1377 0x28 0x8cad 36

    {master:0}
    root> show route table PG_MO.inet.0

    PG_VR_MGM_MO.inet.0: 7 destinations, 7 routes (7 active, 0 holddown, 0 hidden)
    + = Active Route, - = Last Active, * = Both

    172.20.11.1/32 *[Local/0] 03:01:57
    Reject
    172.20.11.40/29 *[Direct/0] 03:01:42
    > via vlan.111
    172.20.11.41/32 *[Local/0] 03:01:57
    Local via vlan.111
    172.20.11.56/29 *[Direct/0] 03:01:42
    > via vlan.119
    172.20.11.61/32 *[Local/0] 03:01:57
    Local via vlan.119
    192.168.11.1/32 *[Direct/0] 03:01:58
    > via lo0.11
    224.0.0.5/32 *[OSPF/10] 03:01:59, metric 1
    MultiRecv

     

    andthan I found remote router network ex4200 can't receive

     

     



  • 2.  RE: ex4200 ospf nssa docking cisco ospf nssa
    Best Answer

     
    Posted 04-06-2020 10:12

     Hey Jonas_Cheung,

     

    Greetings, these are some common reasons why you could be facing this issue: 

     

    1-Import Policy Is Blocking the Routes

    2-Network Type Mismatch (check the interface type on both sides)

    3-Wrong Address Assignment

    4-If you are using point to point check that both sides are on the same subnet

    5-Check if the forwarding Address Known via an External Route

     

     

    I hope this helps mate! good luck.

     

    If this solves your problem, please mark this post as "Accepted Solution" so we can help others too \:)/

    Regards,

    Lil Dexx
    JNCIE-ENT#863, 3X JNCIP-[SP-ENT-DC], 4X JNCIA [cloud-DevOps-Junos-Design], Champions Ingenius, SSYB



  • 3.  RE: ex4200 ospf nssa docking cisco ospf nssa

    Posted 04-07-2020 05:58

    Hi Lil

    I review the config but I can not found the problem. Do you have any advice?

     

    set interfaces ge-0/0/22 unit 0 family ethernet-switching port-mode trunk
    set interfaces ge-0/0/22 unit 0 family ethernet-switching vlan members 111
    set interfaces ge-0/0/22 unit 0 family ethernet-switching vlan members 141
    set interfaces ge-0/0/23 unit 0 family ethernet-switching port-mode trunk
    set interfaces ge-0/0/23 unit 0 family ethernet-switching vlan members 119
    set interfaces ge-0/0/23 unit 0 family ethernet-switching vlan members 149

    set interfaces lo0 unit 0 family inet address 127.0.0.1/32
    set interfaces lo0 unit 11 family inet address 192.168.11.1/32
    set interfaces lo0 unit 14 family inet address 192.168.14.1/32
    set interfaces vlan unit 0 family inet dhcp vendor-id Juniper-ex4200-24t
    set interfaces vlan unit 110 family inet address 172.20.11.1/28
    set interfaces vlan unit 111 family inet address 172.20.11.41/29
    set interfaces vlan unit 119 family inet address 172.20.11.61/29
    set interfaces vlan unit 140 family inet address 172.20.14.1/28
    set interfaces vlan unit 141 family inet address 172.20.14.41/29
    set interfaces vlan unit 149 family inet address 172.20.14.61/29
    set interfaces vme unit 0 family inet dhcp vendor-id Juniper-ex4200-24t
    set protocols igmp-snooping vlan all
    set protocols rstp
    set protocols lldp interface all
    set protocols lldp-med interface all
    set routing-instances GST instance-type virtual-router
    set routing-instances GST interface lo0.14
    set routing-instances GST interface vlan.140
    set routing-instances GST interface vlan.141
    set routing-instances GST interface vlan.149
    set routing-instances GST routing-options router-id 192.168.14.1
    set routing-instances GST protocols ospf area 0.0.0.14 nssa
    set routing-instances GST protocols ospf area 0.0.0.14 interface vlan.140
    set routing-instances GST protocols ospf area 0.0.0.14 interface vlan.141 metric 100
    set routing-instances GST protocols ospf area 0.0.0.14 interface vlan.141 authentication md5 141 key xxxxxxx
    set routing-instances GST protocols ospf area 0.0.0.14 interface vlan.149 authentication md5 149 key xxxxxxx
    set routing-instances GST protocols ospf area 0.0.0.14 interface lo0.14 passive
    set routing-instances PG instance-type virtual-router
    set routing-instances PG interface lo0.11
    set routing-instances PG interface vlan.110
    set routing-instances PG interface vlan.111
    set routing-instances PG interface vlan.119
    set routing-instances PG routing-options router-id 192.168.11.1
    set routing-instances PG protocols ospf area 0.0.0.11 nssa
    set routing-instances PG protocols ospf area 0.0.0.11 interface vlan.110
    set routing-instances PG protocols ospf area 0.0.0.11 interface vlan.111 authentication md5 111 key xxxxxxx
    set routing-instances PG protocols ospf area 0.0.0.11 interface vlan.119 metric 100
    set routing-instances PG protocols ospf area 0.0.0.11 interface vlan.119 authentication md5 119 key xxxxxxx
    set routing-instances PG protocols ospf area 0.0.0.11 interface lo0.11 passive
    set ethernet-switching-options storm-control interface all
    set vlans default l3-interface vlan.0
    set vlans v110_PG description PG_FW
    set vlans v110_PG vlan-id 110
    set vlans v110_PG l3-interface vlan.110
    set vlans v111_PG-LL01 description PG_VR2MOIDC01_PW201634
    set vlans v111_PG-LL01 vlan-id 111
    set vlans v111_PG-LL01 l3-interface vlan.111
    set vlans v119_PG-LL02 description PG_VR2MOIDC02_PW201637
    set vlans v119_PG-LL02 vlan-id 119
    set vlans v119_PG-LL02 l3-interface vlan.119
    set vlans v140_GST description GST_FW
    set vlans v140_GST vlan-id 140
    set vlans v140_GST l3-interface vlan.140
    set vlans v141_GST-LL01 description GST_VR2MOIDC01_PW201634
    set vlans v141_GST-LL01 vlan-id 141
    set vlans v141_GST-LL01 l3-interface vlan.141
    set vlans v149_GST-LL02 description GST_VR2MOIDC02_PW201637
    set vlans v149_GST-LL02 vlan-id 149
    set vlans v149_GST-LL02 l3-interface vlan.149



  • 4.  RE: ex4200 ospf nssa docking cisco ospf nssa

     
    Posted 04-07-2020 09:07

    Hey Jonas_Cheung,

     

    As you need to check the configuration on both sides and adjust accordingly, now a couple of things the adv router of this nssa route is: 192.168.11.255 is this how it supposed t be is this supposed to be the RI of the device that is injecting this route? 

     

    Do you have the configuration from 192.168.11.255?

     

    Check all of the kobos that I mentioned before and see if they are synch on both sides.

     

    If this solves your problem, please mark this post as "Accepted Solution" so we can help others too \:)/

    Regards,

     

    Lil Dexx
    JNCIE-ENT#863, 3X JNCIP-[SP-ENT-DC], 4X JNCIA [cloud-DevOps-Junos-Design], Champions Ingenius, SSYB

     

     



  • 5.  RE: ex4200 ospf nssa docking cisco ospf nssa

    Posted 04-08-2020 19:56

    Hi Lil,

     

    I found the issue, the problem is ospf network type not consistent.Thank you for your help.

     

    thanks a lot.

     

     



  • 6.  RE: ex4200 ospf nssa docking cisco ospf nssa

     
    Posted 04-08-2020 20:47

    Hey Jonas_Cheung,

     

    Awesome!! thanks for sharing the good news and for accepting my solution, you are more than welcome mate! Enjoy Junos! 

     

    If this solves your problem, please mark this post as "Accepted Solution" so we can help others too \:)/

    Regards,

    Lil Dexx
    JNCIE-ENT#863, 3X JNCIP-[SP-ENT-DC], 4X JNCIA [cloud-DevOps-Junos-Design], Champions Ingenius, SSYB