RE: Route-map ,, is this possible,

From: Jung, Jin (jin.jung@lmco.com)
Date: Wed Nov 27 2002 - 16:36:25 GMT-3


IP helper-address is already applied.
On the interface of host network..

Jin Jung
Enterprise Information Services
Network Infrastructure engineer
Office: 301-640-3247
Have a great day
l

-----Original Message-----
From: Adam Crisp [mailto:adam.crisp@totalise.co.uk]
Sent: Wednesday, November 27, 2002 2:25 PM
To: Jung, Jin; Ccielab
Subject: RE: Route-map ,, is this possible,

Hi,

This is done just with the "ip helper-address" command
just put it on the host segment:
ie.
!
Int e 0
#host network
Ip address 192.168.10.1 255.255.255.0
ip helper-address 192.168.20.255
Int e 1
#BootP server network.
Ip address 192.168.20.1 255.255.255.0
!

The .255 on the helper address could be replaced by the IP address of the
bootP server

good luck

Adam

-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com]On Behalf Of Jung,
Jin
Sent: 27 November 2002 18:32
To: ccie
Subject: Route-map ,, is this possible,

I am trying to write a policy routing for BootP server

Host ----switch -----E0 router E1----BootP server.

I need to make the destination address of bootP reply from BootP server to
be a local broadcast address address of host network.

Router
Int e 0
#host network
Ip address 192.168.10.1 255.255.255.0
Int e 1
#BootP server network.
Ip address 192.168.20.1 255.255.255.0

Route-map bootpconv permit 10
Match ip address 168
Set ??????

Access-list 168 tcp permit host 192.168.20.2 192.168.10.0 255.255.255.0 eq
68

Host = 192.168.10.2
BootP server = 192.168.20.2
Local host Broadcast = 192.168.10.255

BootP server sends the BootP reply to 192.168.10.2 need to change to
192.168.10.255

Is this possible?

Or do you know any other way to get this working?

txxx



This archive was generated by hypermail 2.1.4 : Tue Dec 03 2002 - 07:23:11 GMT-3