- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- WAN Routing
- >
- MSR50-40 Router with BGP AS-Path Prepend
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
02-03-2012 09:46 AM
02-03-2012 09:46 AM
Hi Guys - I'm purchasing some new routers for my ISP circuits. Need to find out of the MSR50-40 router will allow you to apply AS-Path Prepends. In looking at the documentation - they show an example of the AS-Path without any prepending. Anyone make this work before?
This is the example from the HP guide:
http://bizsupport1.austin.hp.com/bc/docs/support/SupportManual/c02659395/c02659395.pdf
Configure node 10 in permit mode of routing policy policy1: add AS number 200 before the original
AS_PATH attribute of BGP routing information matching AS-PATH list 1.
<Sysname> system-view
[Sysname] route-policy policy1 permit node 10
[Sysname-route-policy] if-match as-path 1
[Sysname-route-policy] apply as-path 200
This site has an example of what I'm trying to do. The AS-Path 65000 is prepended three times at the end:
http://wiki.nil.com/AS-path_prepending_(technical_details)
router bgp 65000 no synchronization bgp log-neighbor-changes network 10.7.1.0 mask 255.255.255.0 neighbor 10.0.1.2 remote-as 64800 neighbor 10.0.1.6 remote-as 64800 neighbor 10.0.1.6 route-map prepend out ! route-map prepend permit 10 set as-path prepend 65000 65000 65000
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2012 05:00 AM
02-09-2012 05:00 AM
SolutionFor those interested - an HP Solutions architect came back with the required settings for the AS Path Prepend on the MSR Series Routers. These routers do support the feature.
R&D confirmed to me that BGP prepend is supported on MSR. This is the configuration command:
apply as-path as-number&<1-10> [ replace ]
If I understand the parameter correctly it functions similar to the Cisco equipment but the syntax is a little different.
Example:
This is the typical command we would see the prepend the as number 3 times:
set as-path prepend 65000 65000 65000
MSR50 Equivalent:
The HP MSR syntax has an integer after your AS number that shows how many times you wish to prepend:
apply as-path 65000 3