North American Network Operators Group

Date Prev | Date Next | Date Index | Thread Index | Author Index | Historical

Re: BGP4 peering wiht Sprint, and MCI

  • From: Robert Craig
  • Date: Sat Oct 14 18:06:18 1995

Hey, Nathan, try using static routes, then exporting them to BGP:

static {
        204.17.64.0 masklen 24 gateway <gwaddr>;
        204.183.0.0 masklen 19 gateway <gwaddr>;
        205.215.0.0 masklen 18 gateway <gwaddr>;
};

export proto bgp as <asnum> {
# connected networks, if necessary
        proto direct {
                ALL
                metric <whatever>; };
# statics, you may want to do less than all, see gated docs ;-)
        proto static {
                ALL
                metric <whatever>; };
};

At 14:34 95/10/14, Nathan Stratton wrote:
>We have a 486 DX4 100 with 40 megs of ram running FreeBSD and gated with a
>T1 to Sprint and a T1 to MCI. I have a few questions that someone may be
>able to answer.
>
>If my Sprint T1 goes down, how long will it take for route to drop out of
>the routing table?

Should be pretty quick.
>
>I have peering going with sprint and MCI and I have about 31,000 routes
>in my routing table. When I called up sprint and MCI they said they were
>not getting routes form me. How do I advertize my CIDR blocks to sprint
>and mci via BGP4?
>
>I have:
>
>204.17.64.0/24
>204.183.0.0/19
>205.215.0.0/18
>
>Nathan Stratton           CEO, NetRail, Inc.    Your Gateway to the World!
>---------------------------------------------------------------------------
>Phone   (703)524-4800                          NetRail, Inc.
>Fax     (703)534-5033                          2007 N. 15 St. Suite B-5
>Email   [email protected]                      Arlington, Va. 22201
>WWW     http://www.netrail.net/                Access: (703) 524-4802 guest
>---------------------------------------------------------------------------

Robert.