well,
configure one of your router with the following examples

int loopback 0
 ip add 1.0.0.0 255.0.0.0

int loopback 1
  ip addres 2.2.2.2 255.255.255.0 (*what ever mask you like*)

int looback 2
 ..... (repeat the above process, until you fell that the number of route is
enough for your test *)

router bgp 1
  network 1.0.0.0 (* check the sytnax *)
  network 2.0.0.0 (* check the synax *)
  neigh 192.168.1.1 remote-as AS#

Sam Li
Fanglo P.M. MA <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Does anyone know how to setup BGP home lab? Does there any free real BGP
> route can be injected to home lab envirnoment?
>
> Best regards,
> Fanglo
>
>
> _________________________________
> FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
----- Original Message -----
From: Fanglo P.M. MA <[EMAIL PROTECTED]>
Newsgroups: groupstudy.cisco
To: <[EMAIL PROTECTED]>
Sent: Tuesday, October 24, 2000 12:59 PM
Subject: BGP home lab


> Does anyone know how to setup BGP home lab? Does there any free real BGP
> route can be injected to home lab envirnoment?
>
> Best regards,
> Fanglo
>
>
> _________________________________
> FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

_________________________________
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to