WAN Routing
1832487 Members
4241 Online
110043 Solutions
New Discussion

default information originate in HP MSR _OSPF_BGP Command

 
Ahmedmousa
Occasional Visitor

default information originate in HP MSR _OSPF_BGP Command

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 REPLIES 2
Ahmedmousa
Occasional Visitor

Re: default information originate in HP MSR _OSPF_BGP Command

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

aybra
HPE Pro

Re: default information originate in HP MSR _OSPF_BGP Command

Dear,

yes this is the correct configuration

I am an HPE Employee

Accept or Kudo