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