Comware

 View Only
Expand all | Collapse all

default information originate in HP MSR _OSPF_BGP Command

This thread has been viewed 0 times
  • 1.  default information originate in HP MSR _OSPF_BGP Command

    Posted Oct 08, 2018 04:17 PM

    Dears

    I have cisco router with below command now I replaced with hp MSR 4000 but I face problem in default router through default-information originate,,,,,,,, I need to configure default-information originate in MSR but I don't know the command for that   kindly advice me 

    Old Cisco Command

    router bgp 65043
    no synchronization
    bgp log-neighbor-changes
    redistribute connected
    redistribute static
    neighbor 172.31.68.193 remote-as 65000
    neighbor 172.31.68.193 description MPLS PE
    default-information originate
    no auto-summary

     

     

    New HP MSR Command

    bgp 65043
    peer 172.31.68.193 as-number 65000
    peer 172.31.68.193 description MPLS PE
    #
    address-family ipv4 unicast
    import-route direct
    import-route static
    import-route ospf all-processes
    network 172.31.68.192 255.255.255.252
    peer 172.31.68.193 enable

     

    Kindly help me to resolve this issue 

    Thanks 

     

     



  • 2.  RE: default information originate in HP MSR _OSPF_BGP Command

    Posted Oct 08, 2018 04:57 PM

    Dears  

    I tried this below command under OSPF and BGP in simulation lab and it is working inshallah i will configure in production after 4 days 

    bgp 65043
    peer 11.11.11.2 as-number 65000
    peer 11.11.11.2 description MPLS PE
    #
    address-family ipv4 unicast
    default-route imported
    import-route direct
    import-route static
    import-route ospf all-processes
    network 11.11.11.0 255.255.255.0
    peer 11.11.11.2 enable



  • 3.  RE: default information originate in HP MSR _OSPF_BGP Command

    Posted Oct 09, 2018 09:25 AM

    Dear,

    yes this is the correct configuration