992 CHAPTER 72: BGP CONFIGURATION COMMANDS system-view[Sysname] bgp 100[Sysname-bgp] peer test ebgp-max-hop# In BGP-VPN instance view, allow establishing the EBGP connection with the peergroup test that is on an indirectly connected network (the VPN has been created). system-view[Sysname] bgp 100[Sysname-bgp] ipv4-family vpn-instance vpn1[Sysname-bgp-vpn1] peer test ebgp-max-hoppeer enable (BGP view)Syntax peer ip-address enableundo peer ip-address enableView BGP viewParameters ip-address: IP address of a peer.Description Use the peer enable command to enable the specified peer.Use the undo peer enable command to disable the specified peer.By default, the BGP peer is enabled.If a peer is disabled, the router will not exchange routing information with thepeer.Examples # Disable peer 18.10.0.9. system-view[Sysname] bgp 100[Sysname-bgp] peer 18.10.0.9 group group1[Sysname-bgp] undo peer 18.10.0.9 enablepeer fake-as (BGP/BGP-VPN instance view)Syntax peer { group-name | ip-address } fake-as as-numberundo peer { group-name | ip-address } fake-asView BGP view/BGP-VPN instance viewParameters group-name: Name of a peer group, a string of 1 to 47 characters.ip-address: IP address of a peer.as-number: Local autonomous system number, in the range 1 to 65535.