[1067] in North American Network Operators' Group

home help back first fref pref prev next nref lref last post

Re: Like dogs, returning to thier own

daemon@ATHENA.MIT.EDU (Alan Barrett)
Fri Nov 17 03:03:05 1995

Date: Fri, 17 Nov 1995 09:55:41 +0200 (GMT+0200)
From: Alan Barrett <apb@iafrica.com>
To: bmanning@isi.edu
cc: exp39@isi.edu, nanog@merit.edu
In-Reply-To: <199511170553.AA05133@zed.isi.edu>

On Thu, 16 Nov 1995 bmanning@ISI.EDU wrote:

> 	2:
>         	ip route 39.1.28.0 255.255.255.0
>         	router bgp 64000
>         	network 39.1.28.0 mask 255.255.255.0
>         	redistribute static route-map static-bgp
> 		....
>         	route-map static-bgp
>         	match ip address 98

Perhaps add something about what access-list 98 should contain:

		...
		access-list 98 permit <prefix1> <mask1>
		access-list 98 permit <prefix2> <mask2>
		...

> 		o Workaround for 9.1 or later software where the 
> 		  "ip classless" command is not available: install a 
> 		  "default network route" like this: 
> 		  "ip route 39.0.0.0 255.0.0.0 next-hop" along the axis 
		[...]
> 		o Workaround for 9.0 or older software: create a 
> 		  "default subnet route": "ip route 39.x.y.0 next-hop" 

Please add something to explain that "next-hop" is not literal text.
Perhaps just put it in angle brackets or something:

		ip route 39.0.0.0 255.0.0.0 <next-hop>
		ip route 39.x.y.0 <next-hop>

--apb (Alan Barrett)


home help back first fref pref prev next nref lref last post