<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://onnocenter.or.id/wiki/index.php?action=history&amp;feed=atom&amp;title=Juniper%3A_BGP_Point-to-Point_Peer</id>
	<title>Juniper: BGP Point-to-Point Peer - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://onnocenter.or.id/wiki/index.php?action=history&amp;feed=atom&amp;title=Juniper%3A_BGP_Point-to-Point_Peer"/>
	<link rel="alternate" type="text/html" href="https://onnocenter.or.id/wiki/index.php?title=Juniper:_BGP_Point-to-Point_Peer&amp;action=history"/>
	<updated>2026-04-05T20:34:35Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.4</generator>
	<entry>
		<id>https://onnocenter.or.id/wiki/index.php?title=Juniper:_BGP_Point-to-Point_Peer&amp;diff=53380&amp;oldid=prev</id>
		<title>Onnowpurbo: Created page with &quot;sumber: https://www.juniper.net/documentation/en_US/junos/topics/example/routing-protocol-bgp-security-point-to-point-peering-session-configuring-cli.html   This example shows...&quot;</title>
		<link rel="alternate" type="text/html" href="https://onnocenter.or.id/wiki/index.php?title=Juniper:_BGP_Point-to-Point_Peer&amp;diff=53380&amp;oldid=prev"/>
		<updated>2018-12-22T07:54:18Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;sumber: https://www.juniper.net/documentation/en_US/junos/topics/example/routing-protocol-bgp-security-point-to-point-peering-session-configuring-cli.html   This example shows...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;sumber: https://www.juniper.net/documentation/en_US/junos/topics/example/routing-protocol-bgp-security-point-to-point-peering-session-configuring-cli.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This example shows how to configure BGP point-to-point peer sessions.&lt;br /&gt;
Requirements&lt;br /&gt;
&lt;br /&gt;
Before you begin, if the default BGP policy is not adequate for your network, configure routing policies to filter incoming BGP routes and to advertise BGP routes.&lt;br /&gt;
Overview&lt;br /&gt;
&lt;br /&gt;
Figure 1 shows a network with BGP peer sessions. In the sample network, Device E in AS 17 has BGP peer sessions to a group of peers called external-peers. Peers A, B, and C reside in AS 22 and have IP addresses 10.10.10.2, 10.10.10.6, and 10.10.10.10. Peer D resides in AS 79, at IP address 10.21.7.2. This example shows the configuration on Device E.&lt;br /&gt;
Figure 1: Typical Network with BGP Peer Sessions&lt;br /&gt;
Typical Network with BGP Peer Sessions&lt;br /&gt;
Configuration&lt;br /&gt;
CLI Quick Configuration&lt;br /&gt;
&lt;br /&gt;
To quickly configure this example, copy the following commands, paste them into a text file, remove any line breaks, change any details necessary to match your network configuration, and then copy and paste the commands into the CLI at the [edit] hierarchy level.&lt;br /&gt;
content_copy zoom_out_map&lt;br /&gt;
set interfaces ge-1/2/0 unit 0 description to-A&lt;br /&gt;
set interfaces ge-1/2/0 unit 0 family inet address 10.10.10.1/30&lt;br /&gt;
set interfaces ge-0/0/1 unit 5 description to-B&lt;br /&gt;
set interfaces ge-0/0/1 unit 5 family inet address 10.10.10.5/30&lt;br /&gt;
set interfaces ge-0/1/0 unit 9 description to-C&lt;br /&gt;
set interfaces ge-0/1/0 unit 9 family inet address 10.10.10.9/30&lt;br /&gt;
set interfaces ge-1/2/1 unit 21 description to-D&lt;br /&gt;
set interfaces ge-1/2/1 unit 21 family inet address 10.21.7.1/30&lt;br /&gt;
set protocols bgp group external-peers type external&lt;br /&gt;
set protocols bgp group external-peers peer-as 22&lt;br /&gt;
set protocols bgp group external-peers neighbor 10.10.10.2&lt;br /&gt;
set protocols bgp group external-peers neighbor 10.10.10.6&lt;br /&gt;
set protocols bgp group external-peers neighbor 10.10.10.10&lt;br /&gt;
set protocols bgp group external-peers neighbor 10.21.7.2 peer-as 79&lt;br /&gt;
set routing-options autonomous-system 17&lt;br /&gt;
Step-by-Step Procedure&lt;br /&gt;
&lt;br /&gt;
The following example requires you to navigate various levels in the configuration hierarchy. For information about navigating the CLI, see Using the CLI Editor in Configuration Mode in the CLI User Guide.&lt;br /&gt;
&lt;br /&gt;
To configure the BGP peer sessions:&lt;br /&gt;
&lt;br /&gt;
    Configure the interfaces to Peers A, B, C, and D.&lt;br /&gt;
    content_copy zoom_out_map&lt;br /&gt;
    [edit interfaces]&lt;br /&gt;
    user@E# set ge-1/2/0 unit 0 description to-A&lt;br /&gt;
    user@E# set ge-1/2/0 unit 0 family inet address 10.10.10.1/30&lt;br /&gt;
    user@E# set ge-0/0/1 unit 5 description to-B&lt;br /&gt;
    user@E# set ge-0/0/1 unit 5 family inet address 10.10.10.5/30&lt;br /&gt;
    user@E# set ge-0/1/0 unit 9 description to-C&lt;br /&gt;
    user@E# set ge-0/1/0 unit 9 family inet address 10.10.10.9/30&lt;br /&gt;
    user@E# set ge-1/2/1 unit 21 description to-D&lt;br /&gt;
    user@E# set ge-1/2/1 unit 21 family inet address 10.21.7.1/30&lt;br /&gt;
    Set the autonomous system (AS) number.&lt;br /&gt;
    content_copy zoom_out_map&lt;br /&gt;
    [edit routing-options]&lt;br /&gt;
    user@E# set autonomous-system 17&lt;br /&gt;
    Create the BGP group, and add the external neighbor addresses.&lt;br /&gt;
    content_copy zoom_out_map&lt;br /&gt;
    [edit protocols bgp group external-peers]&lt;br /&gt;
    user@E# set neighbor 10.10.10.2&lt;br /&gt;
    user@E# set neighbor 10.10.10.6&lt;br /&gt;
    user@E# set neighbor 10.10.10.10&lt;br /&gt;
    Specify the autonomous system (AS) number of the external AS.&lt;br /&gt;
    content_copy zoom_out_map&lt;br /&gt;
    [edit protocols bgp group external-peers]&lt;br /&gt;
    user@E# set peer-as 22&lt;br /&gt;
    Add Peer D, and set the AS number at the individual neighbor level.&lt;br /&gt;
&lt;br /&gt;
    The neighbor configuration overrides the group configuration. So, while peer-as 22 is set for all the other neighbors in the group, peer-as 79 is set for neighbor 10.21.7.2.&lt;br /&gt;
    content_copy zoom_out_map&lt;br /&gt;
    [edit protocols bgp group external-peers]&lt;br /&gt;
    user@E# set neighbor 10.21.7.2 peer-as 79&lt;br /&gt;
    Set the peer type to external BGP (EBGP).&lt;br /&gt;
    content_copy zoom_out_map&lt;br /&gt;
    [edit protocols bgp group external-peers]&lt;br /&gt;
    user@E# set type external&lt;br /&gt;
&lt;br /&gt;
Results&lt;br /&gt;
&lt;br /&gt;
From configuration mode, confirm your configuration by entering the show interfaces, show protocols, and show routing-options commands. If the output does not display the intended configuration, repeat the instructions in this example to correct the configuration.&lt;br /&gt;
content_copy zoom_out_map&lt;br /&gt;
[edit]&lt;br /&gt;
user@E# show interfaces&lt;br /&gt;
ge-1/2/0 {&lt;br /&gt;
unit 0 {&lt;br /&gt;
description to-A;&lt;br /&gt;
family inet {&lt;br /&gt;
address 10.10.10.1/30;&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
ge-0/0/1 {&lt;br /&gt;
unit 5 {&lt;br /&gt;
description to-B;&lt;br /&gt;
family inet {&lt;br /&gt;
address 10.10.10.5/30;&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
ge-0/1/0 {&lt;br /&gt;
unit 9 {&lt;br /&gt;
description to-C;&lt;br /&gt;
family inet {&lt;br /&gt;
address 10.10.10.9/30;&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
ge-1/2/1 {&lt;br /&gt;
unit 21 {&lt;br /&gt;
description to-D;&lt;br /&gt;
family inet {&lt;br /&gt;
address 10.21.7.1/30;&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
content_copy zoom_out_map&lt;br /&gt;
[edit]&lt;br /&gt;
user@E# show protocols&lt;br /&gt;
bgp {&lt;br /&gt;
group external-peers {&lt;br /&gt;
type external;&lt;br /&gt;
peer-as 22;&lt;br /&gt;
neighbor 10.10.10.2;&lt;br /&gt;
neighbor 10.10.10.6;&lt;br /&gt;
neighbor 10.10.10.10;&lt;br /&gt;
neighbor 10.21.7.2 {&lt;br /&gt;
peer-as 79;&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
content_copy zoom_out_map&lt;br /&gt;
[edit]&lt;br /&gt;
user@E# show routing-options&lt;br /&gt;
autonomous-system 17;&lt;br /&gt;
&lt;br /&gt;
If you are done configuring the device, enter commit from configuration mode.&lt;br /&gt;
Verification&lt;br /&gt;
&lt;br /&gt;
Confirm that the configuration is working properly.&lt;br /&gt;
&lt;br /&gt;
    Verifying BGP Neighbors&lt;br /&gt;
&lt;br /&gt;
    Verifying BGP Groups&lt;br /&gt;
&lt;br /&gt;
    Verifying BGP Summary Information&lt;br /&gt;
&lt;br /&gt;
Verifying BGP Neighbors&lt;br /&gt;
Purpose&lt;br /&gt;
&lt;br /&gt;
Verify that BGP is running on configured interfaces and that the BGP session is active for each neighbor address.&lt;br /&gt;
Action&lt;br /&gt;
&lt;br /&gt;
From operational mode, run the show bgp neighbor command.&lt;br /&gt;
user@E&amp;gt; show bgp neighbor&lt;br /&gt;
content_copy zoom_out_map&lt;br /&gt;
&lt;br /&gt;
Peer: 10.10.10.2+179 AS 22     Local: 10.10.10.1+65406 AS 17   &lt;br /&gt;
  Type: External    State: Established    Flags: &amp;lt;Sync&amp;gt;&lt;br /&gt;
  Last State: OpenConfirm   Last Event: RecvKeepAlive&lt;br /&gt;
  Last Error: None&lt;br /&gt;
  Options: &amp;lt;Preference PeerAS Refresh&amp;gt;&lt;br /&gt;
  Holdtime: 90 Preference: 170&lt;br /&gt;
  Number of flaps: 0&lt;br /&gt;
  Peer ID: 10.10.10.2       Local ID: 10.10.10.1       Active Holdtime: 90&lt;br /&gt;
  Keepalive Interval: 30         Peer index: 0   &lt;br /&gt;
  BFD: disabled, down&lt;br /&gt;
  Local Interface: ge-1/2/0.0                       &lt;br /&gt;
  NLRI for restart configured on peer: inet-unicast&lt;br /&gt;
  NLRI advertised by peer: inet-unicast&lt;br /&gt;
  NLRI for this session: inet-unicast&lt;br /&gt;
  Peer supports Refresh capability (2)&lt;br /&gt;
  Restart time configured on the peer: 120&lt;br /&gt;
  Stale routes from peer are kept for: 300&lt;br /&gt;
  Restart time requested by this peer: 120&lt;br /&gt;
  NLRI that peer supports restart for: inet-unicast&lt;br /&gt;
  NLRI that restart is negotiated for: inet-unicast&lt;br /&gt;
  NLRI of received end-of-rib markers: inet-unicast&lt;br /&gt;
  NLRI of all end-of-rib markers sent: inet-unicast&lt;br /&gt;
  Peer supports 4 byte AS extension (peer-as 22)&lt;br /&gt;
  Peer does not support Addpath&lt;br /&gt;
  Table inet.0 Bit: 10000&lt;br /&gt;
    RIB State: BGP restart is complete&lt;br /&gt;
    Send state: in sync&lt;br /&gt;
    Active prefixes:              0&lt;br /&gt;
    Received prefixes:            0&lt;br /&gt;
    Accepted prefixes:            0&lt;br /&gt;
    Suppressed due to damping:    0&lt;br /&gt;
    Advertised prefixes:          0&lt;br /&gt;
  Last traffic (seconds): Received 10   Sent 6    Checked 1   &lt;br /&gt;
  Input messages:  Total 8522   Updates 1       Refreshes 0     Octets 161922&lt;br /&gt;
  Output messages: Total 8433   Updates 0       Refreshes 0     Octets 160290&lt;br /&gt;
  Output Queue[0]: 0&lt;br /&gt;
&lt;br /&gt;
Peer: 10.10.10.6+54781 AS 22   Local: 10.10.10.5+179 AS 17   &lt;br /&gt;
  Type: External    State: Established    Flags: &amp;lt;Sync&amp;gt;&lt;br /&gt;
  Last State: OpenConfirm   Last Event: RecvKeepAlive&lt;br /&gt;
  Last Error: None&lt;br /&gt;
  Options: &amp;lt;Preference PeerAS Refresh&amp;gt;&lt;br /&gt;
  Holdtime: 90 Preference: 170&lt;br /&gt;
  Number of flaps: 0&lt;br /&gt;
  Peer ID: 10.10.10.6       Local ID: 10.10.10.1       Active Holdtime: 90&lt;br /&gt;
  Keepalive Interval: 30         Peer index: 1   &lt;br /&gt;
  BFD: disabled, down                   &lt;br /&gt;
  Local Interface: ge-0/0/1.5                       &lt;br /&gt;
  NLRI for restart configured on peer: inet-unicast&lt;br /&gt;
  NLRI advertised by peer: inet-unicast&lt;br /&gt;
  NLRI for this session: inet-unicast&lt;br /&gt;
  Peer supports Refresh capability (2)&lt;br /&gt;
  Restart time configured on the peer: 120&lt;br /&gt;
  Stale routes from peer are kept for: 300&lt;br /&gt;
  Restart time requested by this peer: 120&lt;br /&gt;
  NLRI that peer supports restart for: inet-unicast&lt;br /&gt;
  NLRI that restart is negotiated for: inet-unicast&lt;br /&gt;
  NLRI of received end-of-rib markers: inet-unicast&lt;br /&gt;
  NLRI of all end-of-rib markers sent: inet-unicast&lt;br /&gt;
  Peer supports 4 byte AS extension (peer-as 22)&lt;br /&gt;
  Peer does not support Addpath&lt;br /&gt;
  Table inet.0 Bit: 10000&lt;br /&gt;
    RIB State: BGP restart is complete&lt;br /&gt;
    Send state: in sync&lt;br /&gt;
    Active prefixes:              0&lt;br /&gt;
    Received prefixes:            0&lt;br /&gt;
    Accepted prefixes:            0&lt;br /&gt;
    Suppressed due to damping:    0&lt;br /&gt;
    Advertised prefixes:          0&lt;br /&gt;
  Last traffic (seconds): Received 12   Sent 6    Checked 33  &lt;br /&gt;
  Input messages:  Total 8527   Updates 1       Refreshes 0     Octets 162057&lt;br /&gt;
  Output messages: Total 8430   Updates 0       Refreshes 0     Octets 160233&lt;br /&gt;
  Output Queue[0]: 0&lt;br /&gt;
&lt;br /&gt;
Peer: 10.10.10.10+55012 AS 22  Local: 10.10.10.9+179 AS 17   &lt;br /&gt;
  Type: External    State: Established    Flags: &amp;lt;Sync&amp;gt;&lt;br /&gt;
  Last State: OpenConfirm   Last Event: RecvKeepAlive&lt;br /&gt;
  Last Error: None&lt;br /&gt;
  Options: &amp;lt;Preference PeerAS Refresh&amp;gt;&lt;br /&gt;
  Holdtime: 90 Preference: 170&lt;br /&gt;
  Number of flaps: 0&lt;br /&gt;
  Peer ID: 10.10.10.10      Local ID: 10.10.10.1       Active Holdtime: 90&lt;br /&gt;
  Keepalive Interval: 30         Peer index: 2   &lt;br /&gt;
  BFD: disabled, down&lt;br /&gt;
  Local Interface: fe-0/1/0.9                       &lt;br /&gt;
  NLRI for restart configured on peer: inet-unicast&lt;br /&gt;
  NLRI advertised by peer: inet-unicast&lt;br /&gt;
  NLRI for this session: inet-unicast&lt;br /&gt;
  Peer supports Refresh capability (2)&lt;br /&gt;
  Restart time configured on the peer: 120&lt;br /&gt;
  Stale routes from peer are kept for: 300&lt;br /&gt;
  Restart time requested by this peer: 120&lt;br /&gt;
  NLRI that peer supports restart for: inet-unicast&lt;br /&gt;
  NLRI that restart is negotiated for: inet-unicast&lt;br /&gt;
  NLRI of received end-of-rib markers: inet-unicast&lt;br /&gt;
  NLRI of all end-of-rib markers sent: inet-unicast&lt;br /&gt;
  Peer supports 4 byte AS extension (peer-as 22)&lt;br /&gt;
  Peer does not support Addpath&lt;br /&gt;
  Table inet.0 Bit: 10000&lt;br /&gt;
    RIB State: BGP restart is complete&lt;br /&gt;
    Send state: in sync&lt;br /&gt;
    Active prefixes:              0&lt;br /&gt;
    Received prefixes:            0&lt;br /&gt;
    Accepted prefixes:            0&lt;br /&gt;
    Suppressed due to damping:    0&lt;br /&gt;
    Advertised prefixes:          0&lt;br /&gt;
  Last traffic (seconds): Received 15   Sent 6    Checked 37  &lt;br /&gt;
  Input messages:  Total 8527   Updates 1       Refreshes 0     Octets 162057&lt;br /&gt;
  Output messages: Total 8429   Updates 0       Refreshes 0     Octets 160214&lt;br /&gt;
  Output Queue[0]: 0&lt;br /&gt;
&lt;br /&gt;
Peer: 10.21.7.2+61867 AS 79    Local: 10.21.7.1+179 AS 17   &lt;br /&gt;
  Type: External    State: Established    Flags: &amp;lt;ImportEval Sync&amp;gt;&lt;br /&gt;
  Last State: OpenConfirm   Last Event: RecvKeepAlive&lt;br /&gt;
  Last Error: None&lt;br /&gt;
  Options: &amp;lt;Preference PeerAS Refresh&amp;gt;&lt;br /&gt;
  Holdtime: 90 Preference: 170&lt;br /&gt;
  Number of flaps: 0&lt;br /&gt;
  Peer ID: 10.21.7.2        Local ID: 10.10.10.1       Active Holdtime: 90&lt;br /&gt;
  Keepalive Interval: 30         Peer index: 3   &lt;br /&gt;
  BFD: disabled, down&lt;br /&gt;
  Local Interface: ge-1/2/1.21                      &lt;br /&gt;
  NLRI for restart configured on peer: inet-unicast&lt;br /&gt;
  NLRI advertised by peer: inet-unicast&lt;br /&gt;
  NLRI for this session: inet-unicast&lt;br /&gt;
  Peer supports Refresh capability (2)&lt;br /&gt;
  Restart time configured on the peer: 120&lt;br /&gt;
  Stale routes from peer are kept for: 300&lt;br /&gt;
  Restart time requested by this peer: 120&lt;br /&gt;
  NLRI that peer supports restart for: inet-unicast&lt;br /&gt;
  NLRI that restart is negotiated for: inet-unicast&lt;br /&gt;
  NLRI of received end-of-rib markers: inet-unicast&lt;br /&gt;
  NLRI of all end-of-rib markers sent: inet-unicast&lt;br /&gt;
  Peer supports 4 byte AS extension (peer-as 79)&lt;br /&gt;
  Peer does not support Addpath&lt;br /&gt;
  Table inet.0 Bit: 10000&lt;br /&gt;
    RIB State: BGP restart is complete&lt;br /&gt;
    Send state: in sync&lt;br /&gt;
    Active prefixes:              0     &lt;br /&gt;
    Received prefixes:            0&lt;br /&gt;
    Accepted prefixes:            0&lt;br /&gt;
    Suppressed due to damping:    0&lt;br /&gt;
    Advertised prefixes:          0&lt;br /&gt;
  Last traffic (seconds): Received 28   Sent 24   Checked 47  &lt;br /&gt;
  Input messages:  Total 8521   Updates 1       Refreshes 0     Octets 161943&lt;br /&gt;
  Output messages: Total 8427   Updates 0       Refreshes 0     Octets 160176&lt;br /&gt;
  Output Queue[0]: 0&lt;br /&gt;
&lt;br /&gt;
Verifying BGP Groups&lt;br /&gt;
Purpose&lt;br /&gt;
&lt;br /&gt;
Verify that the BGP groups are configured correctly.&lt;br /&gt;
Action&lt;br /&gt;
&lt;br /&gt;
From operational mode, run the show bgp group command.&lt;br /&gt;
user@E&amp;gt; show bgp group&lt;br /&gt;
content_copy zoom_out_map&lt;br /&gt;
&lt;br /&gt;
Group Type: External                               Local AS: 17&lt;br /&gt;
  Name: external-peers  Index: 0                   Flags: &amp;lt;&amp;gt; &lt;br /&gt;
  Holdtime: 0&lt;br /&gt;
  Total peers: 4        Established: 4&lt;br /&gt;
  10.10.10.2+179&lt;br /&gt;
  10.10.10.6+54781&lt;br /&gt;
  10.10.10.10+55012&lt;br /&gt;
  10.21.7.2+61867&lt;br /&gt;
  inet.0: 0/0/0/0&lt;br /&gt;
&lt;br /&gt;
Groups: 1  Peers: 4    External: 4    Internal: 0    Down peers: 0   Flaps: 0&lt;br /&gt;
Table          Tot Paths  Act Paths Suppressed    History Damp State    Pending&lt;br /&gt;
inet.0                 0          0          0          0          0          0&lt;br /&gt;
&lt;br /&gt;
Verifying BGP Summary Information&lt;br /&gt;
Purpose&lt;br /&gt;
&lt;br /&gt;
Verify that the BGP configuration is correct.&lt;br /&gt;
Action&lt;br /&gt;
&lt;br /&gt;
From operational mode, run the show bgp summary command.&lt;br /&gt;
user@E&amp;gt; show bgp summary&lt;br /&gt;
content_copy zoom_out_map&lt;br /&gt;
&lt;br /&gt;
Groups: 1 Peers: 4 Down peers: 0&lt;br /&gt;
Table          Tot Paths  Act Paths Suppressed    History Damp State    Pending&lt;br /&gt;
inet.0                 0          0          0          0          0          0&lt;br /&gt;
Peer                     AS      InPkt     OutPkt    OutQ   Flaps Last Up/Dwn State|#Active/Received/Accepted/Damped...&lt;br /&gt;
10.10.10.2               22       8559       8470       0       0 2d 16:12:56 0/0/0/0              0/0/0/0&lt;br /&gt;
10.10.10.6               22       8566       8468       0       0 2d 16:12:12 0/0/0/0              0/0/0/0&lt;br /&gt;
10.10.10.10              22       8565       8466       0       0 2d 16:11:31 0/0/0/0              0/0/0/0&lt;br /&gt;
10.21.7.2                79       8560       8465       0       0 2d 16:10:58 0/0/0/0              0/0/0/0&lt;br /&gt;
&lt;br /&gt;
Related Documentation&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Referensi==&lt;br /&gt;
&lt;br /&gt;
* https://www.juniper.net/documentation/en_US/junos/topics/example/routing-protocol-bgp-security-point-to-point-peering-session-configuring-cli.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Pranala Menarik==&lt;br /&gt;
&lt;br /&gt;
* [[Cisco]]&lt;br /&gt;
* [[Juniper]]&lt;/div&gt;</summary>
		<author><name>Onnowpurbo</name></author>
	</entry>
</feed>