![]() |
|
|
|
#1 |
|
Can someone explain the reason for NOT using the "mask" keyword in a
BGP network statement? Ie. Router bgp 65010 Network 1.1.1.1 VS. Router bgp 65010 Network 1.1.1.1 mask 255.255.255.0 Thanks, ciscortp@hotmail.com |
|
|
|
|
#2 |
|
Posts: n/a
|
when you dont "no auto-summary" and want to announce 1.0.0.0/8
jbrunner007@hotmail.com |
|
|
|
#3 |
|
Posts: n/a
|
|
|
|
|
#4 |
|
Posts: n/a
|
Hy,
If you are using the "no auto-summary" keyword: -You must have a exact match in the IP routing table to appear the network in the BGP routing table. For example: - network 1.1.1.1/8 will appear in BGP if network 1.1.1.1/8 appear in the IP routing table. - network 1.1.1.1/24 will appear in BGP if network 1.1.1.1/24 appear in the IP routing table. If you are using the "auto-summary" keyword: -You must have the classfull network or a subnet of this classfull network in the IP routing table to appear the network in the BGP routing table. For example: - network 1.1.1.1/8 will appear in BGP if network 1.1.1.1/8 or 1.1.1.1/10.... exist in the IP routing table. - network 1.1.1.1/24 will appear in BGP if network 1.1.1.1/24 or 1.1.1.1/26.... exist in the IP routing table. CIAO wrote: > Can someone explain the reason for NOT using the "mask" keyword in a > BGP network statement? Ie. > > Router bgp 65010 > Network 1.1.1.1 > > VS. > > Router bgp 65010 > Network 1.1.1.1 mask 255.255.255.0 > > Thanks, Gararda |
|
|
|
#5 |
|
Posts: n/a
|
Your reply was very informative but it is still unclear what the
difference is between using the bgp Mask keyword and NOT using the mask keyword in bgp. could you clarify this specifically. Thanks Gararda wrote: > Hy, > > > If you are using the "no auto-summary" keyword: > > -You must have a exact match in the IP routing table to appear the > network in the BGP routing table. For example: > - network 1.1.1.1/8 will appear in BGP if network 1.1.1.1/8 > appear in the IP routing table. > - network 1.1.1.1/24 will appear in BGP if network 1.1.1.1/24 > appear in the IP routing table. > > > If you are using the "auto-summary" keyword: > > -You must have the classfull network or a subnet of this classfull > network in the IP routing table to appear the network in the BGP > routing table. For example: > - network 1.1.1.1/8 will appear in BGP if network 1.1.1.1/8 > or 1.1.1.1/10.... exist in the IP routing table. > - network 1.1.1.1/24 will appear in BGP if network 1.1.1.1/24 > or 1.1.1.1/26.... exist in the IP routing table. > > CIAO > > wrote: > > Can someone explain the reason for NOT using the "mask" keyword in a > > BGP network statement? Ie. > > > > Router bgp 65010 > > Network 1.1.1.1 > > > > VS. > > > > Router bgp 65010 > > Network 1.1.1.1 mask 255.255.255.0 > > > > Thanks, ciscortp@hotmail.com |
|
|
|
#6 |
|
Posts: n/a
|
Hy,
If you NOT use the mask keyword in the network stament, BGP use by default the classfull network. For example: - network 10.1.1.0, the network that BGP install will be 10.0.0.0/8, because the natural mask of this network is a class A. (remember, you must consider IP routing table, auto-summary.....) I hope this help you. CIAO. wrote: > Your reply was very informative but it is still unclear what the > difference is between using the bgp Mask keyword and NOT using the mask > keyword in bgp. could you clarify this specifically. > > Thanks > > Gararda wrote: > > Hy, > > > > > > If you are using the "no auto-summary" keyword: > > > > -You must have a exact match in the IP routing table to appear the > > network in the BGP routing table. For example: > > - network 1.1.1.1/8 will appear in BGP if network 1.1.1.1/8 > > appear in the IP routing table. > > - network 1.1.1.1/24 will appear in BGP if network 1.1.1.1/24 > > appear in the IP routing table. > > > > > > If you are using the "auto-summary" keyword: > > > > -You must have the classfull network or a subnet of this classfull > > network in the IP routing table to appear the network in the BGP > > routing table. For example: > > - network 1.1.1.1/8 will appear in BGP if network 1.1.1.1/8 > > or 1.1.1.1/10.... exist in the IP routing table. > > - network 1.1.1.1/24 will appear in BGP if network 1.1.1.1/24 > > or 1.1.1.1/26.... exist in the IP routing table. > > > > CIAO > > > > wrote: > > > Can someone explain the reason for NOT using the "mask" keyword in a > > > BGP network statement? Ie. > > > > > > Router bgp 65010 > > > Network 1.1.1.1 > > > > > > VS. > > > > > > Router bgp 65010 > > > Network 1.1.1.1 mask 255.255.255.0 > > > > > > Thanks, Gararda |
|
|
|
#7 |
|
Junior Member
Join Date: Aug 2006
Posts: 1
|
Hi, I read somewhere that auto-summary doesn't matter anything with network command. I tried myself to configure a router, and I can say that if I write
router bgp 1 network 10.0.0.0 auto-summary ip route 10.10.0.0 255.255.0.0 null0 then show ip bgp shows no entries. Cisco student-guide says instead that with the auto-summary , any subnet of the major network specified would prompt the major to be installed in the bgp routing table. But it seems to be not the truth. Thanks maxfactor |
|
|
|
|
|
#8 |
|
Member
Join Date: Jun 2009
Location: USA
Posts: 66
|
BGP network mask is used for specify network / CIDR
theapplebee |
|
|
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| exam 70-291 subnetting help | sunnie38 | General Help Related Topics | 1 | 05-09-2007 12:00 AM |
| DVD Verdict reviews: SON OF THE MASK, THE CASE OF THE SCORPION'S TAIL, and more! | DVD Verdict | DVD Video | 0 | 05-27-2005 09:11 AM |
| IP Address and subnet mask and cIDR | our | A+ Certification | 2 | 05-11-2005 09:49 PM |
| Mask (1985) | Rupert Pupkin | DVD Video | 0 | 08-26-2004 05:42 AM |
| Mask Special Edition DVD? | susan | DVD Video | 0 | 12-03-2003 05:03 AM |