R3166-R3206-HP High-End Firewalls Network Management Command Reference-6PW101

Table Of Contents
332
Examples
# In BGP view, add the peer 10.1.1.1 to the EBGP peer group test.
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] group test external
[Sysname-bgp] peer test as-number 2004
[Sysname-bgp] peer 10.1.1.1 group test
# In BGP-VPN view, add the peer 10.1.1.1 to the EBGP peer group test (the VPN has been created).
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] ipv4-family vpn-instance vpn1
[Sysname-bgp-vpn1] group test external
[Sysname-bgp-vpn1] peer test as-number 2004
[Sysname-bgp-vpn1] peer 10.1.1.1 group test
peer ignore (BGP/BGP-VPN instance view)
Syntax
peer { group-name | ip-address } ignore
undo peer { group-name | ip-address } ignore
View
BGP view, BGP-VPN instance view
Default level
2: System level
Parameters
group-name: Name of a peer group, a string of 1 to 47 characters.
ip-address: IP address of a peer.
Description
Use the peer ignore command to disable session establishment with a peer or peer group.
Use the undo peer ignore command to remove the configuration.
By default, session establishment with a peer or peer group is allowed.
After the peer ignore command is executed, the system disables the session with the specified peer or
peer group and clears all the related routing information. For a peer group, this means all sessions with
the peer group will be tore down.
Examples
# In BGP view, disable session establishment with peer 10.10.10.10.
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] peer 10.10.10.10 ignore
# In BGP-VPN instance view, disable session establishment with peer 10.10.10.10 (the VPN has been
created).
<Sysname> system-view