HP MSR2000/3000/4000 Router Series Layer 3 - IP Routing Command Reference
366
Predefined user roles
network-admin
Parameters
group-name: Specifies a peer group by its name, a case-sensitive string of 1 to 47 characters.
ip-address: Specifies a peer by its IP address.
ipv6-address: Specifies a peer by its IPv6 address.
Usage guidelines
After receiving a route from a client, a BGP route reflector adds the ORIGINATOR_ID attribute that
contains the router ID of that client into the route and reflects the route to other clients. A BGP router that
receives the route compares the ORIGINATOR_ID attribute against its own router ID. If they are the same,
the BGP router discards the route to avoid routing loops.
In some situations, BGP must ignore the ORIGINATOR_ID attribute to learn routes that have the same
router ID as the local router. For example, to enable VPN instances on a PE to exchange routes over IBGP
sessions when one VPN instance acts as the route reflector, you must execute this command on the VPN
instances that act as the clients to ignore the ORIGINATOR_ID attribute.
Do not use this command if you cannot make sure that no routing loops occur.
After you execute this command, BGP also ignores the CLUSTER_LIST attribute.
Examples
# In BGP view, configure BGP to ignore the ORIGINATOR_ID attribute in BGP route updates from the
p e e r 1.1.1.1.
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] peer 1.1.1.1 ignore-originatorid
# In BGP VPN instance view, configure BGP to ignore the ORIGINATOR_ID attribute in BGP route
updates from the peer 1.1.1.1.
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] ip vpn-instance vpn1
[Sysname-bgp-vpn1] peer 1::1 ignore-originatorid
peer ipsec-profile
Use peer ipsec-profile to apply an IPsec profile to an IPv6 BGP peer or peer group.
Use undo peer ipsec-profile to remove the profile from the IPv6 BGP peer or peer group.
Syntax
peer { group-name | ipv6-address } ipsec-profile profile-name
undo peer { group-name | ipv6-address } ipsec-profile
Default
No IPsec profile is configured for any IPv6 BGP peer or peer group.
Views
BGP view, BGP-VPN instance view