Multiple subnets on the same LAN

Dear All,
My organization have just been assigned /21 (41.76.x.x/21) block of IP addresses by AfriNIC per our request as we want to give all customers public IP addresses (We are local ISP). We have just advertised a /23 with our 1st ISP and the BGP is complete and I have the /23 block on the LAN.

I am able to access Internet from the IP arrange using the 1st IP as the default route; and I want to give this IP address in chunks of /29 or /28 respectively to our customers. Please kindly help me on how to do this multiple subnetting on the LAN interface.

Kind regards,

Reroute subnets to client routers, all traffic destined to addresses from the subnet will be forwarded to client

Thank you Mrz, but how is this done?

Simple routing. Lets say client router’s IP is 192.168.1.1 and you want to route x.x.x.x/29 subnet to that client.

/ip route add dst-address=x.x.x.x/29 gateway=192.168.1.1