You can configure GTSM to protect external Border Gateway Protocol (eBGP) peering sessions.
device# configure terminal
device(config)# router bgp
device(config-bgp-router)# local-as 65520
device(config-bgp-router)# neighbor 2001:2018:8192::125 remote-as 2
device(config-bgp-router)# neighbor 2001:2018:8192::125 ebgp-btsh
The following example summarizes the commands in this procedure.
device# configure terminal device(config)# router bgp device(config-bgp-router)# local-as 65520 device(config-bgp-router)# neighbor 2001:2018:8192::125 remote-as 2 device(config-bgp-router)# neighbor 2001:2018:8192::125 ebgp-btsh