CISCO DHCP IP routes option 249 / 121 configurator / generator / script
If You need to add option 249 to Your cisco dhcp, and need to announce network with mask bigger tnah /24 ( fg. /16 /8 ) use this script: #!/usr/bin/perl -w use strict; sub option_121 { my $gw = shift; my $out_str = ”; my ($subnet, $mask, $b0, $b1, $b2, $b3); foreach my $cidr (@_) …
Continue reading ‘CISCO DHCP IP routes option 249 / 121 configurator / generator / script’ »