“It has become appallingly obvious that our technology has exceeded our humanity.” Albert Einstein
Showing posts with label BGP. Show all posts
Showing posts with label BGP. Show all posts
Wednesday, August 23, 2017
Command to show bgp received or advertised routes - Ericsson (Redback) Networks SmartEdge OS
Summary:
Command to show received or advertised routes on the Ericsson Smart Edge router.
Version:
#show version
Redback Networks SmartEdge OS Version SEOS-11.1.2.9-Release
Built by sysbuild@eussjlx7010.sj.us.am.ericsson.se Tue Sep 24 10:07:19 PDT 2013
Copyright (C) 1998-2013, Redback Networks Inc. All rights reserved.
System Bootstrap version is Mips,rev2.0.2.67-esa
Installed minikernel version is 11.7
Router Up Time - 564 days, 19 hours 39 minutes 17 secs
Problem or Goal:
Try to show the routes advertised to or received from a bgp neighbor
Cause:
Solution:
#show bgp route neighbor A.B.C.D advertised
#show bgp route neighbor A.B.C.D received
Where A.B.C.D is the neighbor IP address, for example;
#show bgp route neighbor 172.28.113.42 advertised
#show bgp route neighbor 172.28.113.42 received
Problem Solved?
Yes
Saturday, April 8, 2017
What are bogon routes & why should they be a concern to ISP network admins?
What are
bogon routes?
Bogons are martians
(private and reserved addresses defined by RFC1918, RFC5735 and RFC 6598) and net
blocks that have been allocated to a regional internet registry (RIR) by the
internet assigned numbers authority (IANA).
A bogon
prefix is a route that should never appear in the internet routing table
therefore packets routed over the public internet with a source address in a
bogon range should be discarded.
Why should
bogon prefixes be a concern to ISP network administrators?
Bogons are
used by malicious internet users and hackers to launch DDoS attacks and IP
address spoofing. In fact, most of the frequently attacked sites, 60% of the
naughty packets were obvious bogons.
What should
you do as an ISP network administrator to guard your network against bogons?
You need to
filter and reject or discard bogon routes at your BGP edge router so they don’t
enter your routing table as valid destinations. Filtering should be done on
both the ingress and egress direction because similarly you don’t want to
advertise bogon prefixes to your upstream provider.
However, if
you choose to filter bogons you need to have a plan to keep your filters update
because these lists change every day especially the full bogon list which has
significant changes every day.
Bogon
filtering is good and a wise decision but you have to be committed to
maintaining it every day, if you just download a full bogons list once and use
it to filter at your BGP router without updating it, it will become out of date
very quickly and you will end up blocking legitimate traffic.
A good idea
is to peer with bogon route servers, it’s a free service and you can apply here.
In this way, your bogon prefixes will be automatically
updated. Any changes in the full bogon prefixes will immediately be reflected
in your BGP router which saves you from what would otherwise be a rigorous
daily routine of downloading and updating your full bogon lists.
Credits: TEAM CYMRU
Monday, June 13, 2016
How to setup BGP with GREoverIPsec Juniper SRX Firewall?
Summary:
Setting up BGP between two sites connected by GRE over IPsec tunnel
Problem or Goal:
Today i was tasked with connecting two remote sites to exchange BGP routing information via GRE over IPsec tunnels.
Cause:
Solution:
References:
http://kb.juniper.net/InfoCenter/index?page=content&id=KB19372&actp=search
http://kb.juniper.net/InfoCenter/index?page=content&id=KB19371&actp=search
http://myitnotes.info/doku.php?id=en:jobs:vpn_gre_over_ipsec_1
https://overlaid.net/2014/02/01/juniper-cisco-gre-ipsec-with-ospf/
Problem Solved?
Setting up BGP between two sites connected by GRE over IPsec tunnel
Problem or Goal:
Today i was tasked with connecting two remote sites to exchange BGP routing information via GRE over IPsec tunnels.
Cause:
Solution:
References:
http://kb.juniper.net/InfoCenter/index?page=content&id=KB19372&actp=search
http://kb.juniper.net/InfoCenter/index?page=content&id=KB19371&actp=search
http://myitnotes.info/doku.php?id=en:jobs:vpn_gre_over_ipsec_1
https://overlaid.net/2014/02/01/juniper-cisco-gre-ipsec-with-ospf/
Problem Solved?
Subscribe to:
Posts (Atom)
