- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- WAN Routing
- >
- default information originate in HP MSR _OSPF_BGP ...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2018 01:16 PM
10-08-2018 01:16 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2018 01:56 PM - edited 10-08-2018 01:58 PM
10-08-2018 01:56 PM - edited 10-08-2018 01:58 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2018 06:25 AM
10-09-2018 06:25 AM
Re: default information originate in HP MSR _OSPF_BGP Command
Dear,
yes this is the correct configuration