Does somebody knows how to get this command to work?
Code: Select all
/ppp active print count-only where (address in 203.0.113.0/24 AND address not in 203.0.113.0/27)
/ppp active print count-only where (address in 203.0.113.0/24 AND address not in 203.0.113.0/27)
/ppp active print count-only where (address in 203.0.113.0/24 AND address in !203.0.113.0/27)
Doesn't work.Code: Select all/ppp active print count-only where (address in 203.0.113.0/24 AND address in !203.0.113.0/27)
/ppp active print count-only where (address in 203.0.113.0/24 and !(address in 203.0.113.0/27))
/ppp active print count-only where address~( "203\\.0\\.113\\.(3[2-9]|[4-9][0-9]|1([0-9][0-9])|2([0-4][0-9]|5[0-4]))" )
Nice!!!!!!Well it didn’t show an error, but here you go:
Code: Select all/ppp active print count-only where (address in 203.0.113.0/24 and !(address in 203.0.113.0/27))