how can i get specific value only from the command ?
Example i want to get only IP address of radius server from this command
/radius print
admin@TEST] > rad print
Flags: X - disabled
# SERVICE CALLED-ID DOMAIN ADDRESS SECRET
0 ;;; radius
ppp 1.2.3.4 radsecret
i want to print value of 1.2.3.4 only. (actually ip changes frequently so i want a command to get the ip)