#!/bin/bash HOST=$1 echo "Message-Authenticator = 0x00" | radclient -4 -t 2 -r 2 -x ${HOST} auth exabgp 2>&1 | grep -q Access-Reject echo "$?"