I currently have a NSRP configuration w/ the ISP providing a handoff w/ a static ip address and a default route pointing to the carrier equipment. The carrier has advised that they will be moving this connection to a BGP implementation so I'll need to update my side to match. I've seen that I'll need to add this:
Set vr untrust protocol bgp MYASNumber
set vr untrust-vr protocol bgp enable
set vrouter "untrust-vr" protocol bgp neighbor 1.1.1.1 remote-as MYASNumber local-ip 172.27.201.135/32
outgoing-interface e0/3
set vr untrust-vr protocol bgp neighbor 1.1.1.1 enable
set interface e0/3 protocol bgp
Is that all that's needed on the SSG140?