How to understand the output below from BGP?
I don't understand some data of the show route
:
admin@MX-RE0# run show route 36.250.236.6
inet.0: 736608 destinations, 806660 routes (736608 active, 0 holddown, 7 hidden)
+ = Active Route, - = Last Active, * = Both
36.248.0.0/14 *[BGP/170] 9w4d 13:49:30, localpref 190
AS path: 4134 4837 I, validation-state: unverified
> to 218.30.54.97 via ae1.0
[BGP/170] 4d 19:24:55, localpref 180
AS path: 1299 4837 I, validation-state: unverified
> to 62.115.15.6 via ae3.0
[BGP/170] 9w4d 13:49:02, localpref 170
AS path: 4809 4134 4837 I, validation-state: unverified
> to 218.30.49.57 via ae2.0
What's the meaning of
inet.0: 736608 destinations, 806660 routes (736608 active, 0 holddown, 7 hidden)
? what's theinet.0
? what's the difference betweendestinations
androutes
?How to understand the
+ = Active Route, - = Last Active, * = Both
and*[BGP/170]
?What's the the
170
of[BGP/170]
? and what's the difference betweenlocalpref 180
?Why the nearest AS number is
I
? such asAS path: 4809 4134 4837 I
?
router bgp
add a comment |
I don't understand some data of the show route
:
admin@MX-RE0# run show route 36.250.236.6
inet.0: 736608 destinations, 806660 routes (736608 active, 0 holddown, 7 hidden)
+ = Active Route, - = Last Active, * = Both
36.248.0.0/14 *[BGP/170] 9w4d 13:49:30, localpref 190
AS path: 4134 4837 I, validation-state: unverified
> to 218.30.54.97 via ae1.0
[BGP/170] 4d 19:24:55, localpref 180
AS path: 1299 4837 I, validation-state: unverified
> to 62.115.15.6 via ae3.0
[BGP/170] 9w4d 13:49:02, localpref 170
AS path: 4809 4134 4837 I, validation-state: unverified
> to 218.30.49.57 via ae2.0
What's the meaning of
inet.0: 736608 destinations, 806660 routes (736608 active, 0 holddown, 7 hidden)
? what's theinet.0
? what's the difference betweendestinations
androutes
?How to understand the
+ = Active Route, - = Last Active, * = Both
and*[BGP/170]
?What's the the
170
of[BGP/170]
? and what's the difference betweenlocalpref 180
?Why the nearest AS number is
I
? such asAS path: 4809 4134 4837 I
?
router bgp
Can you be specific in what you do not understand?
– Teun Vink♦
yesterday
add a comment |
I don't understand some data of the show route
:
admin@MX-RE0# run show route 36.250.236.6
inet.0: 736608 destinations, 806660 routes (736608 active, 0 holddown, 7 hidden)
+ = Active Route, - = Last Active, * = Both
36.248.0.0/14 *[BGP/170] 9w4d 13:49:30, localpref 190
AS path: 4134 4837 I, validation-state: unverified
> to 218.30.54.97 via ae1.0
[BGP/170] 4d 19:24:55, localpref 180
AS path: 1299 4837 I, validation-state: unverified
> to 62.115.15.6 via ae3.0
[BGP/170] 9w4d 13:49:02, localpref 170
AS path: 4809 4134 4837 I, validation-state: unverified
> to 218.30.49.57 via ae2.0
What's the meaning of
inet.0: 736608 destinations, 806660 routes (736608 active, 0 holddown, 7 hidden)
? what's theinet.0
? what's the difference betweendestinations
androutes
?How to understand the
+ = Active Route, - = Last Active, * = Both
and*[BGP/170]
?What's the the
170
of[BGP/170]
? and what's the difference betweenlocalpref 180
?Why the nearest AS number is
I
? such asAS path: 4809 4134 4837 I
?
router bgp
I don't understand some data of the show route
:
admin@MX-RE0# run show route 36.250.236.6
inet.0: 736608 destinations, 806660 routes (736608 active, 0 holddown, 7 hidden)
+ = Active Route, - = Last Active, * = Both
36.248.0.0/14 *[BGP/170] 9w4d 13:49:30, localpref 190
AS path: 4134 4837 I, validation-state: unverified
> to 218.30.54.97 via ae1.0
[BGP/170] 4d 19:24:55, localpref 180
AS path: 1299 4837 I, validation-state: unverified
> to 62.115.15.6 via ae3.0
[BGP/170] 9w4d 13:49:02, localpref 170
AS path: 4809 4134 4837 I, validation-state: unverified
> to 218.30.49.57 via ae2.0
What's the meaning of
inet.0: 736608 destinations, 806660 routes (736608 active, 0 holddown, 7 hidden)
? what's theinet.0
? what's the difference betweendestinations
androutes
?How to understand the
+ = Active Route, - = Last Active, * = Both
and*[BGP/170]
?What's the the
170
of[BGP/170]
? and what's the difference betweenlocalpref 180
?Why the nearest AS number is
I
? such asAS path: 4809 4134 4837 I
?
router bgp
router bgp
edited yesterday
Cown
6,65331031
6,65331031
asked yesterday
244boy244boy
3688
3688
Can you be specific in what you do not understand?
– Teun Vink♦
yesterday
add a comment |
Can you be specific in what you do not understand?
– Teun Vink♦
yesterday
Can you be specific in what you do not understand?
– Teun Vink♦
yesterday
Can you be specific in what you do not understand?
– Teun Vink♦
yesterday
add a comment |
2 Answers
2
active
oldest
votes
What information does the summary line contain?
inet.0: 736608 destinations, 806660 routes (736608 active, 0 holddown, 7 hidden)
A JunOS router imports routes into one or more routing tables. inet.0
is the main routing table for IPv4 routes. Its IPv6 equivalent is inet6.0
. Routes from all routing protocols and statically / connected routes are collected in these tables. Juniper has more information about routing tables on their site.
The destinations
number is the amount of unique destinations the system can reach. Right now we have around 740k of routes in the global routing table (the Internet) so this number is about right.
The amount of routes
is the number of... well... routes the system can choose from to reach a destination. In your case it's not a lot more (maybe you have an upstream which gives you a full table and an IXP/peering port) but for example if you have two upstreams this number will be twice the number under destinations
because the router knows two routes for each destination reachable via the two upstream providers. So in short: A router can possibly reach a single destination
over many routes
.
active
routes are routes that are currently deemed the "best path" for a route by the router and so these are installed in the forwarding table of the router and used for traffic forwarding.
holddown
routes are routes that were active before but for some reason are no longer active. The router keeps them in the routing table a bit longer if some process needs them. If no process has any more interest in these routes they are removed completely.
hidden
routes are routes that were rejected by routing policy or other mechanisms on the system. You can show what routes are hidden in the table by using show route hidden table inet.0
.
What does Active
, Last Active
and Both
mean?
As said a router can have multiple routes to a destination. Normally it will choose the "best path" and this becomes the active route/path. If this best path changes for some reason the "old" best path becomes the Last Active
and the new best path becomes the Active
route. After a while it will be Both
again. (I'm not 100% sure when that happens but it is a relatively short time.) In your example the first route is the best and so it has an asterisk in front of it.
What does the number 170 besides BGP mean?
This is what Juniper somewhat ambiguous calls "Route Preference". I would rather call it Protocol Preference. Other vendors call it Administrative Distance. It simply means in which preference routes from different routing protocols are evaluated in the routing table. Routes for a destination learned from a routing protocol with a smaller number (connected and static routes are routing protocols as well) will be used in preference of routes learned from a protocol with a higher number. For example BGP has a preference of 170 while static routes have a preference of 5. So whenever you have a destination that is reachable either by a route learned from BGP and a static route the static route will be the better one. All route preferences are listed on the Juniper Website.
What's the difference between route preference and BGP local-preference
?
Route preference gets evaluated first. This decides which routing protocol will be preferred if both have information for the same destination. If the router must choose between two routes learned by BGP (and so route preference is the same) local-preference is evaluated (among other metrics) to choose the best path to the destination. Juniper lists this decision process on their site as well.
What does the I
at the end of the as-path mean?
The letter at the end of the AS-Path stands for the BGP origin information. It has three possible values:
I
- Route was learned from an IGP at the origin AS
E
- Route was learned by EGP at the origin AS (This should never be used)
?
- Route origin is unknown by the origin AS
This setting is freely configurable by the origin AS and has no real connection to how the route was actually learned there.
add a comment |
- Unicast Routes (Ipv4)
BGP/170 is a Administrative distance
Active Routing- It combines routing information from multiple
routing protocols (and optionally multiple instances of each
protocol) to generate an integrated master routing table for
IPv4 or IPv6 addresses, and populates the corresponding
forwarding tables with active routes.BGP attribute local preference is the second BGP attribute
and it can be used to choose the exit path for an autonomous
systemNearest AS is I is Internal
New contributor
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "496"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fnetworkengineering.stackexchange.com%2fquestions%2f57949%2fhow-to-understand-the-output-below-from-bgp%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
What information does the summary line contain?
inet.0: 736608 destinations, 806660 routes (736608 active, 0 holddown, 7 hidden)
A JunOS router imports routes into one or more routing tables. inet.0
is the main routing table for IPv4 routes. Its IPv6 equivalent is inet6.0
. Routes from all routing protocols and statically / connected routes are collected in these tables. Juniper has more information about routing tables on their site.
The destinations
number is the amount of unique destinations the system can reach. Right now we have around 740k of routes in the global routing table (the Internet) so this number is about right.
The amount of routes
is the number of... well... routes the system can choose from to reach a destination. In your case it's not a lot more (maybe you have an upstream which gives you a full table and an IXP/peering port) but for example if you have two upstreams this number will be twice the number under destinations
because the router knows two routes for each destination reachable via the two upstream providers. So in short: A router can possibly reach a single destination
over many routes
.
active
routes are routes that are currently deemed the "best path" for a route by the router and so these are installed in the forwarding table of the router and used for traffic forwarding.
holddown
routes are routes that were active before but for some reason are no longer active. The router keeps them in the routing table a bit longer if some process needs them. If no process has any more interest in these routes they are removed completely.
hidden
routes are routes that were rejected by routing policy or other mechanisms on the system. You can show what routes are hidden in the table by using show route hidden table inet.0
.
What does Active
, Last Active
and Both
mean?
As said a router can have multiple routes to a destination. Normally it will choose the "best path" and this becomes the active route/path. If this best path changes for some reason the "old" best path becomes the Last Active
and the new best path becomes the Active
route. After a while it will be Both
again. (I'm not 100% sure when that happens but it is a relatively short time.) In your example the first route is the best and so it has an asterisk in front of it.
What does the number 170 besides BGP mean?
This is what Juniper somewhat ambiguous calls "Route Preference". I would rather call it Protocol Preference. Other vendors call it Administrative Distance. It simply means in which preference routes from different routing protocols are evaluated in the routing table. Routes for a destination learned from a routing protocol with a smaller number (connected and static routes are routing protocols as well) will be used in preference of routes learned from a protocol with a higher number. For example BGP has a preference of 170 while static routes have a preference of 5. So whenever you have a destination that is reachable either by a route learned from BGP and a static route the static route will be the better one. All route preferences are listed on the Juniper Website.
What's the difference between route preference and BGP local-preference
?
Route preference gets evaluated first. This decides which routing protocol will be preferred if both have information for the same destination. If the router must choose between two routes learned by BGP (and so route preference is the same) local-preference is evaluated (among other metrics) to choose the best path to the destination. Juniper lists this decision process on their site as well.
What does the I
at the end of the as-path mean?
The letter at the end of the AS-Path stands for the BGP origin information. It has three possible values:
I
- Route was learned from an IGP at the origin AS
E
- Route was learned by EGP at the origin AS (This should never be used)
?
- Route origin is unknown by the origin AS
This setting is freely configurable by the origin AS and has no real connection to how the route was actually learned there.
add a comment |
What information does the summary line contain?
inet.0: 736608 destinations, 806660 routes (736608 active, 0 holddown, 7 hidden)
A JunOS router imports routes into one or more routing tables. inet.0
is the main routing table for IPv4 routes. Its IPv6 equivalent is inet6.0
. Routes from all routing protocols and statically / connected routes are collected in these tables. Juniper has more information about routing tables on their site.
The destinations
number is the amount of unique destinations the system can reach. Right now we have around 740k of routes in the global routing table (the Internet) so this number is about right.
The amount of routes
is the number of... well... routes the system can choose from to reach a destination. In your case it's not a lot more (maybe you have an upstream which gives you a full table and an IXP/peering port) but for example if you have two upstreams this number will be twice the number under destinations
because the router knows two routes for each destination reachable via the two upstream providers. So in short: A router can possibly reach a single destination
over many routes
.
active
routes are routes that are currently deemed the "best path" for a route by the router and so these are installed in the forwarding table of the router and used for traffic forwarding.
holddown
routes are routes that were active before but for some reason are no longer active. The router keeps them in the routing table a bit longer if some process needs them. If no process has any more interest in these routes they are removed completely.
hidden
routes are routes that were rejected by routing policy or other mechanisms on the system. You can show what routes are hidden in the table by using show route hidden table inet.0
.
What does Active
, Last Active
and Both
mean?
As said a router can have multiple routes to a destination. Normally it will choose the "best path" and this becomes the active route/path. If this best path changes for some reason the "old" best path becomes the Last Active
and the new best path becomes the Active
route. After a while it will be Both
again. (I'm not 100% sure when that happens but it is a relatively short time.) In your example the first route is the best and so it has an asterisk in front of it.
What does the number 170 besides BGP mean?
This is what Juniper somewhat ambiguous calls "Route Preference". I would rather call it Protocol Preference. Other vendors call it Administrative Distance. It simply means in which preference routes from different routing protocols are evaluated in the routing table. Routes for a destination learned from a routing protocol with a smaller number (connected and static routes are routing protocols as well) will be used in preference of routes learned from a protocol with a higher number. For example BGP has a preference of 170 while static routes have a preference of 5. So whenever you have a destination that is reachable either by a route learned from BGP and a static route the static route will be the better one. All route preferences are listed on the Juniper Website.
What's the difference between route preference and BGP local-preference
?
Route preference gets evaluated first. This decides which routing protocol will be preferred if both have information for the same destination. If the router must choose between two routes learned by BGP (and so route preference is the same) local-preference is evaluated (among other metrics) to choose the best path to the destination. Juniper lists this decision process on their site as well.
What does the I
at the end of the as-path mean?
The letter at the end of the AS-Path stands for the BGP origin information. It has three possible values:
I
- Route was learned from an IGP at the origin AS
E
- Route was learned by EGP at the origin AS (This should never be used)
?
- Route origin is unknown by the origin AS
This setting is freely configurable by the origin AS and has no real connection to how the route was actually learned there.
add a comment |
What information does the summary line contain?
inet.0: 736608 destinations, 806660 routes (736608 active, 0 holddown, 7 hidden)
A JunOS router imports routes into one or more routing tables. inet.0
is the main routing table for IPv4 routes. Its IPv6 equivalent is inet6.0
. Routes from all routing protocols and statically / connected routes are collected in these tables. Juniper has more information about routing tables on their site.
The destinations
number is the amount of unique destinations the system can reach. Right now we have around 740k of routes in the global routing table (the Internet) so this number is about right.
The amount of routes
is the number of... well... routes the system can choose from to reach a destination. In your case it's not a lot more (maybe you have an upstream which gives you a full table and an IXP/peering port) but for example if you have two upstreams this number will be twice the number under destinations
because the router knows two routes for each destination reachable via the two upstream providers. So in short: A router can possibly reach a single destination
over many routes
.
active
routes are routes that are currently deemed the "best path" for a route by the router and so these are installed in the forwarding table of the router and used for traffic forwarding.
holddown
routes are routes that were active before but for some reason are no longer active. The router keeps them in the routing table a bit longer if some process needs them. If no process has any more interest in these routes they are removed completely.
hidden
routes are routes that were rejected by routing policy or other mechanisms on the system. You can show what routes are hidden in the table by using show route hidden table inet.0
.
What does Active
, Last Active
and Both
mean?
As said a router can have multiple routes to a destination. Normally it will choose the "best path" and this becomes the active route/path. If this best path changes for some reason the "old" best path becomes the Last Active
and the new best path becomes the Active
route. After a while it will be Both
again. (I'm not 100% sure when that happens but it is a relatively short time.) In your example the first route is the best and so it has an asterisk in front of it.
What does the number 170 besides BGP mean?
This is what Juniper somewhat ambiguous calls "Route Preference". I would rather call it Protocol Preference. Other vendors call it Administrative Distance. It simply means in which preference routes from different routing protocols are evaluated in the routing table. Routes for a destination learned from a routing protocol with a smaller number (connected and static routes are routing protocols as well) will be used in preference of routes learned from a protocol with a higher number. For example BGP has a preference of 170 while static routes have a preference of 5. So whenever you have a destination that is reachable either by a route learned from BGP and a static route the static route will be the better one. All route preferences are listed on the Juniper Website.
What's the difference between route preference and BGP local-preference
?
Route preference gets evaluated first. This decides which routing protocol will be preferred if both have information for the same destination. If the router must choose between two routes learned by BGP (and so route preference is the same) local-preference is evaluated (among other metrics) to choose the best path to the destination. Juniper lists this decision process on their site as well.
What does the I
at the end of the as-path mean?
The letter at the end of the AS-Path stands for the BGP origin information. It has three possible values:
I
- Route was learned from an IGP at the origin AS
E
- Route was learned by EGP at the origin AS (This should never be used)
?
- Route origin is unknown by the origin AS
This setting is freely configurable by the origin AS and has no real connection to how the route was actually learned there.
What information does the summary line contain?
inet.0: 736608 destinations, 806660 routes (736608 active, 0 holddown, 7 hidden)
A JunOS router imports routes into one or more routing tables. inet.0
is the main routing table for IPv4 routes. Its IPv6 equivalent is inet6.0
. Routes from all routing protocols and statically / connected routes are collected in these tables. Juniper has more information about routing tables on their site.
The destinations
number is the amount of unique destinations the system can reach. Right now we have around 740k of routes in the global routing table (the Internet) so this number is about right.
The amount of routes
is the number of... well... routes the system can choose from to reach a destination. In your case it's not a lot more (maybe you have an upstream which gives you a full table and an IXP/peering port) but for example if you have two upstreams this number will be twice the number under destinations
because the router knows two routes for each destination reachable via the two upstream providers. So in short: A router can possibly reach a single destination
over many routes
.
active
routes are routes that are currently deemed the "best path" for a route by the router and so these are installed in the forwarding table of the router and used for traffic forwarding.
holddown
routes are routes that were active before but for some reason are no longer active. The router keeps them in the routing table a bit longer if some process needs them. If no process has any more interest in these routes they are removed completely.
hidden
routes are routes that were rejected by routing policy or other mechanisms on the system. You can show what routes are hidden in the table by using show route hidden table inet.0
.
What does Active
, Last Active
and Both
mean?
As said a router can have multiple routes to a destination. Normally it will choose the "best path" and this becomes the active route/path. If this best path changes for some reason the "old" best path becomes the Last Active
and the new best path becomes the Active
route. After a while it will be Both
again. (I'm not 100% sure when that happens but it is a relatively short time.) In your example the first route is the best and so it has an asterisk in front of it.
What does the number 170 besides BGP mean?
This is what Juniper somewhat ambiguous calls "Route Preference". I would rather call it Protocol Preference. Other vendors call it Administrative Distance. It simply means in which preference routes from different routing protocols are evaluated in the routing table. Routes for a destination learned from a routing protocol with a smaller number (connected and static routes are routing protocols as well) will be used in preference of routes learned from a protocol with a higher number. For example BGP has a preference of 170 while static routes have a preference of 5. So whenever you have a destination that is reachable either by a route learned from BGP and a static route the static route will be the better one. All route preferences are listed on the Juniper Website.
What's the difference between route preference and BGP local-preference
?
Route preference gets evaluated first. This decides which routing protocol will be preferred if both have information for the same destination. If the router must choose between two routes learned by BGP (and so route preference is the same) local-preference is evaluated (among other metrics) to choose the best path to the destination. Juniper lists this decision process on their site as well.
What does the I
at the end of the as-path mean?
The letter at the end of the AS-Path stands for the BGP origin information. It has three possible values:
I
- Route was learned from an IGP at the origin AS
E
- Route was learned by EGP at the origin AS (This should never be used)
?
- Route origin is unknown by the origin AS
This setting is freely configurable by the origin AS and has no real connection to how the route was actually learned there.
edited yesterday
answered yesterday
SebastianSebastian
6,04322251
6,04322251
add a comment |
add a comment |
- Unicast Routes (Ipv4)
BGP/170 is a Administrative distance
Active Routing- It combines routing information from multiple
routing protocols (and optionally multiple instances of each
protocol) to generate an integrated master routing table for
IPv4 or IPv6 addresses, and populates the corresponding
forwarding tables with active routes.BGP attribute local preference is the second BGP attribute
and it can be used to choose the exit path for an autonomous
systemNearest AS is I is Internal
New contributor
add a comment |
- Unicast Routes (Ipv4)
BGP/170 is a Administrative distance
Active Routing- It combines routing information from multiple
routing protocols (and optionally multiple instances of each
protocol) to generate an integrated master routing table for
IPv4 or IPv6 addresses, and populates the corresponding
forwarding tables with active routes.BGP attribute local preference is the second BGP attribute
and it can be used to choose the exit path for an autonomous
systemNearest AS is I is Internal
New contributor
add a comment |
- Unicast Routes (Ipv4)
BGP/170 is a Administrative distance
Active Routing- It combines routing information from multiple
routing protocols (and optionally multiple instances of each
protocol) to generate an integrated master routing table for
IPv4 or IPv6 addresses, and populates the corresponding
forwarding tables with active routes.BGP attribute local preference is the second BGP attribute
and it can be used to choose the exit path for an autonomous
systemNearest AS is I is Internal
New contributor
- Unicast Routes (Ipv4)
BGP/170 is a Administrative distance
Active Routing- It combines routing information from multiple
routing protocols (and optionally multiple instances of each
protocol) to generate an integrated master routing table for
IPv4 or IPv6 addresses, and populates the corresponding
forwarding tables with active routes.BGP attribute local preference is the second BGP attribute
and it can be used to choose the exit path for an autonomous
systemNearest AS is I is Internal
New contributor
New contributor
answered yesterday
serverAdmin123serverAdmin123
111
111
New contributor
New contributor
add a comment |
add a comment |
Thanks for contributing an answer to Network Engineering Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fnetworkengineering.stackexchange.com%2fquestions%2f57949%2fhow-to-understand-the-output-below-from-bgp%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Can you be specific in what you do not understand?
– Teun Vink♦
yesterday