From: Jung, Jin (jin.jung@lmco.com)
Date: Wed Nov 27 2002 - 15:32:27 GMT-3
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