Mike Liening wrote:
> Just purchased some JetDirect/EX boxes for some printers so I can send 3000
> output over our network (using BOOTP in SpoolMate).  Some of the printers
> will not be on the same subnet as the 3000, so we need to make some changes
> to our cisco router to allow the bootp to find the 3000.  So far we have
> been unsuccessful.  Does anybody know the cisco router commands to enable
> the bootp relay?
 
Enter configuration mode for the interface(s) that are not on the same
subnet as the 3000 and do the following (substitute appropriate
addresses):
 
> utc-mgs#config term
> Enter configuration commands, one per line.  End with CNTL/Z.
> utc-mgs(config)#interface ether 2
> utc-mgs(config-if)#ip helper-address xxx.yyy.zzz.nnn
> utc-mgs(config-if)#exit
> utc-mgs(config)#exit
> utc-mgs#write mem
> Building configuration...
> [OK]
> utc-mgs#
 
Just put your 3000's address as the "ip helper-address".  BOOTP requests
seen on that interface will be forwarded to the specified address.  If
you are also filtering traffic, make sure you don't filter out bootp!
 
Jeff Kell <[log in to unmask]>