1-62Examples# In BGP view, specify the interval for sending the same update to peer group test as 10 seconds. system-view[Sysname] bgp 100[Sysname-bgp] peer test as-number 100[Sysname-bgp] peer test route-update-interval 10# In BGP-VPN instance view, specify the interval for sending the same update to peer group test as 10seconds (the VPN has been created). system-view[Sysname] bgp 100[Sysname-bgp] ipv4-family vpn-instance vpn1[Sysname-bgp-vpn1] peer test as-number 100[Sysname-bgp-vpn1] peer test route-update-interval 10peer substitute-as (BGP/BGP-VPN instance view)Syntaxpeer { group-name | ip-address } substitute-asundo peer { group-name | ip-address } substitute-asViewBGP view/BGP-VPN instance viewDefault Level2: System levelParametersgroup-name: Name of a peer group, a sting of 1 to 47 characters.ip-address: IP address of a peer.DescriptionUse the peer substitute-as command to replace the AS number of a peer/peer group in the AS_PATHattribute with the local AS number.Use the undo peer substitute-as command to remove the configuration.No AS number is replaced by default.Examples# In BGP view, substitute local AS number for AS number of peer 1.1.1.1. system-view[Sysname] bgp 100[Sysname-bgp] peer 1.1.1.1 substitute-as# In BGP-VPN instance view, substitute local AS number for AS number of peer 1.1.1.1 (the VPN hasbeen created). system-view[Sysname] bgp 100