Hello
your /24 public can be used with 3 nat pools (excluding its subnet/broadcast addresses which will not be included by default)
you don’t mention how your network it setup so assumption here is your using ROAS
example
ip nat pool vlan1 141.12.1.1 141.12.85 prefix-length 24
ip nat pool vlan2 141.12.1.86 141.12.171 prefix-length 24
ip nat pool vlan3 141.12.1.172 141.12.254 prefix-length 24
ip access-list extended Vl1
permit ip 10.1.1.0. 0.0.0.255 any
ip access-list extended Vl2
permit ip 10.1.2.0. 0.0.0.255 any
ip access-list extended Vl3
permit ip 10.1.3.0. 0.0.0.255 any
Ip nat inside source-list Vl1 pool vlan1 overload
Ip nat inside source-list Vl2 pool vlan2 overload
Ip nat inside source-list Vl3 pool vlan3 overload
Int x/x
Description WAN
Ip nat outside
Int x/x
ip nat inside
Int x/x.2
encapsulation dot1q 2
ip nat inside
Int x/x.3
encapsulation dot1q 3
ip nat inside
Ip route 0.0.0.0 0.0.0.0 <wan interface> x.x.x.x
Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.
Kind Regards
Paul