Tag Archives: BGP

Prefix-Lists Hacking.

ip prefix-list A permit 0.0.0.0/0 ge 32 The above statement will match only hosts. ip prefix-list B permit 128.0.0.0/2 ge 17 The above statement will match Any subnet in a class B address space. ip prefix-list C permit 0.0.0.0/0 le 32 The above statement will match all routes. ip prefix-list D permit 0.0.0.0/0 The above statement will match… Read More »

Introduction Of BGP.

BGP is an Exterior Gateway Routing Protocol and BGP is used for exchanging the routing information between the auto system numbers. Let’s look into some of the BGP’s basic features. BGP Keypoints..! BGP is a Path Vector Protocol. BGP is an open standard protocol. BGP is an exterior gateway routing protocol and it is designed for inter-AS domain… Read More »

BGP & ASN Intro.

BGP is an exterior gateway routing protocol and it is used to exchange the routes or prefixes between the AS Numbers on the internet. Before I go ahead let me tell you 3 RFCs to read and also you can read Jeff Doyles TCP/IP Vol-2, This book is one of my favorite and very easy to understand.RFC4271RFC4276RFC4277 Before… Read More »