363
ipv6-address: Specifies a peer by its IPv6 address. The peer must have been created.
Usage guidelines
This command enables you to temporarily tear down the BGP session to a specific peer or peer group so
that you can perform network upgrade and maintenance without needing to delete and reconfigure the
peer or peer group. To recover the session, execute the undo peer ignore command.
If a session has been established to a peer, executing the peer ignore command for the peer tears down
the session and clears all related routing information.
If sessions have been established to a peer group, executing the peer ignore command for the peer
group disables the sessions to all peers in the group and clears all related routing information.
Examples
# In BGP view, disable session establishment with peer 1.1.1.1.
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] peer 1.1.1.1 ignore
# In BGP-VPN instance view, disable session establishment with peer 1::1.
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] ip vpn-instance vpn1
[Sysname-bgp-vpn1] peer 1::1 ignore
peer ignore-originatorid
Use peer ignore-originatorid to configure BGP to ignore the ORIGINATOR_ID attribute in BGP route
updates.
Use undo peer ignore-originatorid to restore the default.
Syntax
peer { group-name | ip-address | ipv6-address } ignore-originatorid
undo peer { group-name | ip-address | ipv6-address } ignore-originatorid
Default
BGP does not ignore the ORIGINATOR_ID attribute in BGP route updates.
Views
BGP view, BGP-VPN instance view
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.