BGP netscreen

Example: Enable BGP on the untrust VR and Ethernet 0/2 interface, which is peering to 1.1.1.1:

Via the CLI:

Enable BGP on the Untrust VR:

>Set vr untrust protocol bgp 65100

>set vr untrust-vr protocol bgp enable [Enter]             

Configure the BGP neighbor:

>set vrouter "untrust-vr" protocol bgp neighbor 1.1.1.1 remote-as 65100 local-ip 172.27.201.135/32 
outgoing-interface ethernet0/2

Enable BGP on the neighbor:

set vr untrust-vr protocol bgp neighbor 1.1.1.1 enable [Enter]

Enable BGP on the interface:

set interface e0/2 protocol bgp [Enter]

Continue reading “BGP netscreen”