QuestionQ167
AutomationA network administrator must automate pinging all IP addresses in the 10.0.0.0/8 subnet. The subnet is already listed in the Cisco Nexus switch ARP table. Drag and drop the Bash commands to produce the required output. Not every command is used.
Drag & Drop
awk '{print "ping" $1}'
grep -v "statistics|loss"
show ip arp
vsh -c "show ip arp"
egrep "statistics|loss"
sed -e 's/ping /10.*/g'
vsh
bash-4.3$ |grep "^10\."| | |
Community Discussion