Junos OS

last person joined: yesterday 

Ask questions and share experiences about Junos OS.
  • 1.  NHRP for use in a nonbroadcast multiaccess (NBMA)

    Posted 04-23-2010 21:37

    i need to replace router cisco for router juniper, the configurations is the following; how to configure the Next Hop Resolution Protocol (NHRP) for use in a nonbroadcast multiaccess (NBMA) network in junos?

     

    cisco configuration

    interface Tunnel10
     ip address 192.168.101.10 255.255.254.0
     no ip redirects
     ip mtu 1400
     ip nhrp authentication run7.vpn
     ip nhrp map 192.168.100.1 5.5.5.5
     ip nhrp map multicast 5.5.5.5
     ip nhrp map 192.168.101.1 5.5.5.6
     ip nhrp map multicast 5.5.5.6
     ip nhrp network-id 10
     ip nhrp nhs 192.168.100.1
     ip nhrp nhs 192.168.101.1
     ip tcp adjust-mss 1360
     ip ospf network broadcast
     ip ospf priority 0
     qos pre-classify
     tunnel source Loopback0
     tunnel mode gre multipoint
     tunnel key 10

     

    which command i can use in junos for ip nhrp ?

     

    thanks.

     

    Edgart



  • 2.  RE: NHRP for use in a nonbroadcast multiaccess (NBMA)
    Best Answer

    Posted 04-24-2010 05:39